From: Dale Weiler Date: Sat, 17 Nov 2012 10:00:55 +0000 (+0000) Subject: More makefile changes X-Git-Tag: 0.1.9~410 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=227c85ba4e9f71f0a6493d6e123ad4ecc08bf0ac;p=xonotic%2Fgmqcc.git More makefile changes --- diff --git a/Makefile b/Makefile index c261b4e..582f0aa 100644 --- a/Makefile +++ b/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: