Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-25sp
game
Commits
1e8860ff
Commit
1e8860ff
authored
1 month ago
by
Maxwell F. (Max) Chen
Browse files
Options
Download
Email Patches
Plain Diff
makefile fix
parent
cd2843cf
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
View file @
1e8860ff
...
@@ -117,7 +117,7 @@ out/%.wasm.o: tests/%.c # or "tests"
...
@@ -117,7 +117,7 @@ out/%.wasm.o: tests/%.c # or "tests"
# List of reference .wasm.ref.o files. Note that these are the libraries
# List of reference .wasm.ref.o files. Note that these are the libraries
# whose implementations are provided to you, i.e. don't have corresponding
# whose implementations are provided to you, i.e. don't have corresponding
# .c files in the libraries folder.
# .c files in the libraries folder.
GAME_REF
=
body collision color
emscripten
forces list scene vector
GAME_REF
=
body collision color forces list scene vector
GAME_REF_OBJS
=
$(
addprefix
$(REF_FOLDER)
/,
$(GAME_REF:=.wasm.ref.o)
)
GAME_REF_OBJS
=
$(
addprefix
$(REF_FOLDER)
/,
$(GAME_REF:=.wasm.ref.o)
)
# Builds bin/game.html by linking the necessary .wasm.o and .wasm.ref.o files.
# Builds bin/game.html by linking the necessary .wasm.o and .wasm.ref.o files.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help