mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Makefile: Change the phonies list so that it is newline-separated.
git-svn-id: https://svn.eduke32.com/eduke32@6097 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bc081e6593
commit
f0869a6d0e
1 changed files with 10 additions and 1 deletions
11
GNUmakefile
11
GNUmakefile
|
@ -701,7 +701,16 @@ ROLES = \
|
||||||
ifeq ($(PRETTY_OUTPUT),1)
|
ifeq ($(PRETTY_OUTPUT),1)
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
.PHONY: all $(foreach j,$(foreach i,$(GAMES),$($i)) test utils tools,$j clean$j) veryclean clean printutils printtools rev $(ENGINE_OBJ)/rev.$o
|
.PHONY: \
|
||||||
|
all \
|
||||||
|
$(foreach j,$(foreach i,$(GAMES),$($i)) test utils tools,$j clean$j) \
|
||||||
|
veryclean \
|
||||||
|
clean \
|
||||||
|
printutils \
|
||||||
|
printtools \
|
||||||
|
rev \
|
||||||
|
$(ENGINE_OBJ)/rev.$o \
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue