Updating makefile to remove all the not yet used stuff

This commit is contained in:
Wolfgang Bumiller 2012-07-16 12:27:21 +02:00
parent 49f3980360
commit 0d1b790bb1

View file

@ -16,15 +16,12 @@ ifeq ($(CC), clang)
-Wno-format-nonliteral
endif
OBJ = lex.o \
OBJ = \
error.o \
parse.o \
typedef.o \
util.o \
code.o \
asm.o \
ast.o \
ir.o
ir.o
OBJ_A = test/ast-test.o
OBJ_I = test/ir-test.o
OBJ_C = main.o