mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
d68297ba45
This tool will load a trace saved in previous version of tracy and save an up-to-date version of the file.
13 lines
146 B
Makefile
13 lines
146 B
Makefile
all: debug
|
|
|
|
debug:
|
|
@+make -f debug.mk all
|
|
|
|
release:
|
|
@+make -f release.mk all
|
|
|
|
clean:
|
|
@+make -f build.mk clean
|
|
|
|
.PHONY: all clean debug release
|