]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Updating makefile to remove all the not yet used stuff
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 10:27:21 +0000 (12:27 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 10:27:21 +0000 (12:27 +0200)
Makefile

index a0d6cc98cf27a37292e82a5ecd7fefb862328e80..feaf6111fbd4bf84549c99d2e8dc5ac7f2c48e59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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