Add perfomance_monitor to demo carts #395

This commit is contained in:
BADIM-PC\Vadim
2017-11-20 12:09:21 +03:00
parent 39703b5d5e
commit 586a404418
4 changed files with 19 additions and 8 deletions

View File

@@ -146,6 +146,7 @@ DEMO_ASSETS= \
bin/assets/jsdemo.tic.dat \
bin/assets/luademo.tic.dat \
bin/assets/moondemo.tic.dat \
bin/assets/benchmark.tic.dat \
bin/assets/config.tic.dat
all: run
@@ -377,5 +378,8 @@ bin/assets/luademo.tic.dat: demos/luademo.tic
bin/assets/moondemo.tic.dat: demos/moondemo.tic
$(BIN2TXT) $< $@ -z
bin/assets/benchmark.tic.dat: demos/benchmark.tic
$(BIN2TXT) $< $@ -z
clean: $(TIC_O) $(TIC80_O)
del bin\*.o