mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
get debug info into the link
This commit is contained in:
parent
9ef1a2f337
commit
f2806c8d7b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ DEP = $(addprefix .deps/,$(addsuffix .d,$(basename $(SRC))))
|
|||
all: qwprogs.dat
|
||||
|
||||
qwprogs.dat: $(OBJ)
|
||||
qfcc -o qwprogs.dat $(OBJ)
|
||||
qfcc $(RFLAGS) -o qwprogs.dat $(OBJ)
|
||||
|
||||
clean:
|
||||
-rm -f *.dat *.sym progdefs.h *.o
|
||||
|
|
Loading…
Reference in a new issue