mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
windows makefile update
This commit is contained in:
parent
e74ecabedd
commit
857ca631a4
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ OBJ = main.o \
|
|||
typedef.o \
|
||||
util.o \
|
||||
code.o \
|
||||
asm.c
|
||||
asm.o \
|
||||
ast.o \
|
||||
ir.o
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue