mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +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)
|
||||
.SILENT:
|
||||
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:
|
||||
.SECONDEXPANSION:
|
||||
|
||||
|
|
Loading…
Reference in a new issue