Make embed.tracy downloadable.

This commit is contained in:
Bartosz Taudul 2023-03-25 12:20:36 +01:00
parent ecdecb7012
commit 241fa68708
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
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: