Commit 2331b714 authored by Adam Blank's avatar Adam Blank
Browse files

Update Makefile

parent 01826bc4
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -119,7 +119,7 @@ bin/%.html: out/emscripten.wasm.o out/%.wasm.o out/sdl_wrapper.wasm.o $(WASM_STU
# Builds the test suite executables from the corresponding test .o file
# and the library .o files. The only difference from the demo build command
# is that it doesn't link the SDL libraries.
bin/test_suite_%: out/test_suite_%.o out/test_util.o out/sdl_wrapper.o $(STUDENT_OBJS) $(STAFF_OBJS)
bin/test_suite_%: out/test_suite_%.o out/test_util.o $(STUDENT_OBJS) $(STAFF_OBJS)
$(CC) $(CFLAGS) $(LIBS) $^ -o $@
# Runs the tests. "$(TEST_BINS)" requires the test executables to be up to date.
......
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