File tree 7 files changed +6
-249
lines changed
7 files changed +6
-249
lines changed Original file line number Diff line number Diff line change 1
- .vscode
1
+ .vscode / *
Original file line number Diff line number Diff line change @@ -7,18 +7,15 @@ desktop: main.c player.c queue.c
7
7
$(CC ) -o rimuru main.c player.c queue.c -lraylib -lGL -lopenal -lm -pthread -ldl
8
8
9
9
web :
10
- emcc -o rimuru .html main.c player.c queue.c -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE \
10
+ emcc -o index .html main.c player.c queue.c -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE \
11
11
-Wno-missing-braces -s USE_GLFW=3 -s ASSERTIONS=1 -s WASM=1 --profiling \
12
12
-I./WEB_ARCH ./WEB_ARCH/libraylib.bc -DPLATFORM_WEB --shell-file html_template/raylib_shell.html
13
13
14
14
run :
15
15
./rimuru
16
16
17
17
run_web :
18
- emrun rimuru .html
18
+ emrun index .html
19
19
20
20
clean :
21
- rm -rf rimuru || true
22
-
23
- update_homepage : web
24
- cp rimuru.html index.html
21
+ rm -rf rimuru* index* || true
Original file line number Diff line number Diff line change 234
234
} ;
235
235
} ;
236
236
</ script >
237
- < script async type ="text/javascript " src ="rimuru .js "> </ script >
237
+ < script async type ="text/javascript " src ="index .js "> </ script >
238
238
</ body >
239
239
</ html >
240
240
Original file line number Diff line number Diff line change @@ -1548,7 +1548,7 @@ function isDataURI(filename) {
1548
1548
1549
1549
1550
1550
1551
- var wasmBinaryFile = 'rimuru .wasm' ;
1551
+ var wasmBinaryFile = 'index .wasm' ;
1552
1552
if ( ! isDataURI ( wasmBinaryFile ) ) {
1553
1553
wasmBinaryFile = locateFile ( wasmBinaryFile ) ;
1554
1554
}
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments