]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
default make target now is 'all'
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 18 Dec 2012 15:58:21 +0000 (16:58 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 18 Dec 2012 15:58:21 +0000 (16:58 +0100)
Makefile

index 24c27cc312169c69485426fd5f5de6d7e7293af4..4a29e9c16195391f32b6fc075e03550dad9749b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ OBJ_C = main.o lexer.o parser.o
 OBJ_X = exec-standalone.o util.o con.o
 
 
-default: gmqcc
+default: all
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS)