mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Properly call make from within makefiles.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
all: release
|
||||
|
||||
debug:
|
||||
@+make -f debug.mk all
|
||||
@$(MAKE) -f debug.mk all
|
||||
|
||||
release:
|
||||
@+make -f release.mk all
|
||||
@$(MAKE) -f release.mk all
|
||||
|
||||
clean:
|
||||
@+make -f build.mk clean
|
||||
@$(MAKE) -f build.mk clean
|
||||
|
||||
db: clean
|
||||
@bear -- $(MAKE) -f debug.mk all
|
||||
|
||||
Reference in New Issue
Block a user