From 227c85ba4e9f71f0a6493d6e123ad4ecc08bf0ac Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 17 Nov 2012 10:00:55 +0000 Subject: [PATCH] More makefile changes --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: -- 2.39.2