]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
More makefile changes
authorDale Weiler <killfieldengine@gmail.com>
Sat, 17 Nov 2012 10:00:55 +0000 (10:00 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 17 Nov 2012 10:00:55 +0000 (10:00 +0000)
Makefile

index c261b4e687b41aaeac5b757df03d4b54b3912eff..582f0aaa7fdd2978bf9590a1b64d61888c9bae4e 100644 (file)
--- 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: