mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Remove Makefile_win (useless)
This commit is contained in:
parent
5d64001c36
commit
1db21393cf
1 changed files with 0 additions and 21 deletions
21
Makefile_win
21
Makefile_win
|
@ -1,21 +0,0 @@
|
|||
CC = i486-mingw32-gcc
|
||||
CFLAGS += -Wall
|
||||
OBJ = main.o \
|
||||
lex.o \
|
||||
error.o \
|
||||
parse.o \
|
||||
typedef.o \
|
||||
util.o \
|
||||
code.o \
|
||||
asm.o \
|
||||
ast.o \
|
||||
ir.o
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
||||
gmqcc: $(OBJ)
|
||||
$(CC) -o $@ $^ $(CFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f *.o gmqcc
|
Loading…
Reference in a new issue