mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Oh god I hate this so much
This commit is contained in:
parent
bb356bffa5
commit
5d51930adf
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -25,10 +25,10 @@ ifeq ($(track), no)
|
|||
CFLAGS += -DNOTRACK
|
||||
endif
|
||||
|
||||
OBJ_D = util.o code.o ast.o ir.o con.o ftepp.o opts.o
|
||||
OBJ_T = test.o util.o con.o
|
||||
OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o
|
||||
OBJ_T = test.o util.o conout.o
|
||||
OBJ_C = main.o lexer.o parser.o
|
||||
OBJ_X = exec-standalone.o util.o con.o
|
||||
OBJ_X = exec-standalone.o util.o conout.o
|
||||
|
||||
ifneq ("$(CYGWIN)", "")
|
||||
#nullify the common variables that
|
||||
|
|
Loading…
Reference in a new issue