mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 15:08:17 +01:00
Makefile: change directories to order-only
This commit is contained in:
parent
28ffb89c02
commit
6aac84dc6f
4
Makefile
4
Makefile
@ -118,14 +118,14 @@ release:
|
||||
debug:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
||||
lib/libwut.a : lib release $(SOURCES) $(INCLUDES)
|
||||
lib/libwut.a :$(SOURCES) $(INCLUDES) | lib release
|
||||
@$(MAKE) BUILD=release OUTPUT=$(CURDIR)/$@ \
|
||||
BUILD_CFLAGS="-DNDEBUG=1 -O2" \
|
||||
DEPSDIR=$(CURDIR)/release \
|
||||
--no-print-directory -C release \
|
||||
-f $(CURDIR)/Makefile
|
||||
|
||||
lib/libwutd.a : lib debug $(SOURCES) $(INCLUDES)
|
||||
lib/libwutd.a : $(SOURCES) $(INCLUDES) | lib debug
|
||||
@$(MAKE) BUILD=debug OUTPUT=$(CURDIR)/$@ \
|
||||
BUILD_CFLAGS="-DDEBUG=1 -Og" \
|
||||
DEPSDIR=$(CURDIR)/debug \
|
||||
|
Loading…
Reference in New Issue
Block a user