From: Wolfgang (Blub) Bumiller Date: Tue, 18 Dec 2012 15:58:21 +0000 (+0100) Subject: default make target now is 'all' X-Git-Tag: 0.1.9~45 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8cd94192d872ebc9d3f47b6d158a17949a3e0d1e;p=xonotic%2Fgmqcc.git default make target now is 'all' --- diff --git a/Makefile b/Makefile index 24c27cc..4a29e9c 100644 --- 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)