From 4b376c2ba0bb4a41888e489eec8dad2253b19906 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 19 Feb 2002 05:19:33 +0000 Subject: [PATCH] more consistent builds :) --- quakeworld/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 quakeworld/Makefile diff --git a/quakeworld/Makefile b/quakeworld/Makefile new file mode 100644 index 0000000..9d320a8 --- /dev/null +++ b/quakeworld/Makefile @@ -0,0 +1,5 @@ +all: qwprogs.dat +qwprogs.dat: progs.src *.qc + qfcc --traditional -Werror -g +clean: + rm -f core *.dat *.sym progdefs.h