mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 06:02:22 +00:00
More makefile changes
This commit is contained in:
parent
990dcb106a
commit
227c85ba4e
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -19,7 +19,7 @@ ifeq ($(track), no)
|
|||
CFLAGS += -DNOTRACK
|
||||
endif
|
||||
|
||||
OBJ = \
|
||||
OBJ = \
|
||||
util.o \
|
||||
code.o \
|
||||
ast.o \
|
||||
|
@ -30,7 +30,7 @@ OBJ_T = test.o util.o con.o
|
|||
OBJ_C = main.o lexer.o parser.o
|
||||
OBJ_X = exec-standalone.o util.o con.o
|
||||
|
||||
#default is compiler only
|
||||
|
||||
default: gmqcc
|
||||
%.o: %.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
@ -50,7 +50,6 @@ test: $(OBJ_T)
|
|||
runtests:
|
||||
./test
|
||||
|
||||
#all target is test and all
|
||||
all: gmqcc qcvm test
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue