mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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