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
Winter Pearson
project02
Commits
2331b714
Commit
2331b714
authored
2 years ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update Makefile
parent
01826bc4
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 @
2331b714
...
...
@@ -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.
...
...
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