0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Make embed.tracy downloadable.

This commit is contained in:
Bartosz Taudul
2023-03-25 12:20:36 +01:00
parent ecdecb7012
commit 241fa68708
2 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -42,3 +42,4 @@ extra/tracy-build
compile_commands.json
profiler/build/wasm/Tracy-release.*
profiler/build/wasm/Tracy-debug.*
profiler/build/wasm/embed.tracy

View File

@@ -1,9 +1,12 @@
all: release
debug:
embed.tracy:
wget https://share.nereid.pl/i/embed.tracy
debug: embed.tracy
@+make -f debug.mk all
release:
release: embed.tracy
@+make -f release.mk all
clean: