From 8cd94192d872ebc9d3f47b6d158a17949a3e0d1e Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Tue, 18 Dec 2012 16:58:21 +0100 Subject: [PATCH] default make target now is 'all' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2