Commit 1e8860ff authored by Maxwell F. (Max) Chen's avatar Maxwell F. (Max) Chen
Browse files

makefile fix

parent cd2843cf
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment