tracy/profiler/build/wasm/Makefile

13 lines
151 B
Makefile
Raw Normal View History

2022-09-29 22:57:53 +00:00
all: release
debug:
@+make -f debug.mk all
release:
@+make -f release.mk all
clean:
@+make -f build.mk clean
.PHONY: all clean debug release db