Fixed the target line.

This commit is contained in:
Nelson Rush 1999-12-30 10:57:57 +00:00
parent 195ac96784
commit 31cca7e205
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ else
OPTFLAGS = -g
endif
targets = $(SVGAQUAKE) $(GLQUAKE) $(GLIDEQUAKE) $(X11QUAKE)
targets = $(SVGAQUAKE) $(GLQUAKE) $(TDFXQUAKE) $(X11QUAKE)
CLEAN_TARGETS = $(patsubst %,clean-%, $(targets))
.PHONY: $(targets) ($CLEAN_TARGETS)