File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -81,5 +81,9 @@ cd ../tests-audio
8181$make clean
8282$make
8383
84+ cd ../tests-timer
85+ $make clean
86+ $make
87+
8488
8589
Original file line number Diff line number Diff line change @@ -55,4 +55,6 @@ cp tests-d2d/*.wasm dist/tests-d2d
5555cp tests-d2d/* .jpg dist/tests-d2d
5656cp lib/* .wasm dist/lib/
5757cp tests-audio/* .wasm dist/tests-audio
58- cp tests-audio/* .mp3 dist/tests-audio
58+ cp tests-audio/* .mp3 dist/tests-audio
59+ cp tests-timer/* .wasm dist/tests-timer
60+
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pre-build:
2828twrlibex.js : index.html twrlibex.ts
2929 tsc
3030
31- out/testex.o : testex.c twr-ex.h twr-library.h
31+ out/testex.o : testex.c twr-ex.h
3232 $(CC ) $(CFLAGS_DEBUG ) $< -o $@
3333# use CFLAGS_DEBUG to build with debug symbols
3434
Original file line number Diff line number Diff line change 100100 "uchar.h" : " c" ,
101101 "type_traits" : " c" ,
102102 "twr-ex.h" : " c" ,
103- "twr-library.h" : " c" ,
104103 "twr-audio.h" : " c"
105104 },
106105 // "C_Cpp.default.compilerPath": "C:/msys64/ucrt64/bin/gcc.exe",
You can’t perform that action at this time.
0 commit comments