get debug info into the link

This commit is contained in:
Bill Currie 2004-02-11 07:28:49 +00:00
parent 9ef1a2f337
commit f2806c8d7b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ DEP = $(addprefix .deps/,$(addsuffix .d,$(basename $(SRC))))
all: qwprogs.dat all: qwprogs.dat
qwprogs.dat: $(OBJ) qwprogs.dat: $(OBJ)
qfcc -o qwprogs.dat $(OBJ) qfcc $(RFLAGS) -o qwprogs.dat $(OBJ)
clean: clean:
-rm -f *.dat *.sym progdefs.h *.o -rm -f *.dat *.sym progdefs.h *.o