mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-25 12:41:19 +00:00
Updating makefile to remove all the not yet used stuff
This commit is contained in:
parent
49f3980360
commit
0d1b790bb1
1 changed files with 2 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -16,13 +16,10 @@ ifeq ($(CC), clang)
|
||||||
-Wno-format-nonliteral
|
-Wno-format-nonliteral
|
||||||
|
|
||||||
endif
|
endif
|
||||||
OBJ = lex.o \
|
OBJ = \
|
||||||
error.o \
|
error.o \
|
||||||
parse.o \
|
|
||||||
typedef.o \
|
|
||||||
util.o \
|
util.o \
|
||||||
code.o \
|
code.o \
|
||||||
asm.o \
|
|
||||||
ast.o \
|
ast.o \
|
||||||
ir.o
|
ir.o
|
||||||
OBJ_A = test/ast-test.o
|
OBJ_A = test/ast-test.o
|
||||||
|
|
Loading…
Reference in a new issue