mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Fixed the target line.
This commit is contained in:
parent
195ac96784
commit
31cca7e205
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ else
|
||||||
OPTFLAGS = -g
|
OPTFLAGS = -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
targets = $(SVGAQUAKE) $(GLQUAKE) $(GLIDEQUAKE) $(X11QUAKE)
|
targets = $(SVGAQUAKE) $(GLQUAKE) $(TDFXQUAKE) $(X11QUAKE)
|
||||||
CLEAN_TARGETS = $(patsubst %,clean-%, $(targets))
|
CLEAN_TARGETS = $(patsubst %,clean-%, $(targets))
|
||||||
.PHONY: $(targets) ($CLEAN_TARGETS)
|
.PHONY: $(targets) ($CLEAN_TARGETS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue