mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Add DEBUG_MAKEFILE to... debug the Makefile
This commit is contained in:
parent
8d70929d12
commit
e4151c1d55
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1165,7 +1165,9 @@ targets: makedirs
|
|||
done
|
||||
@echo ""
|
||||
ifneq ($(TARGETS),)
|
||||
@$(MAKE) $(TARGETS) V=$(V)
|
||||
ifndef DEBUG_MAKEFILE
|
||||
@$(MAKE) $(TARGETS) V=$(V)
|
||||
endif
|
||||
endif
|
||||
|
||||
makedirs:
|
||||
|
|
Loading…
Reference in a new issue