mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-22 08:29:01 +00:00
Add TOOLS_CFLAGS to build preamble
This commit is contained in:
parent
d1b7ab6b22
commit
b388535307
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1384,6 +1384,9 @@ endif
|
|||
@echo " SERVER_CFLAGS:"
|
||||
$(call print_wrapped, $(SERVER_CFLAGS))
|
||||
@echo ""
|
||||
@echo " TOOLS_CFLAGS:"
|
||||
$(call print_wrapped, $(TOOLS_CFLAGS))
|
||||
@echo ""
|
||||
@echo " LDFLAGS:"
|
||||
$(call print_wrapped, $(LDFLAGS))
|
||||
@echo ""
|
||||
|
|
Loading…
Reference in a new issue