Commit f3ba5127 authored by Adam Blank's avatar Adam Blank
Browse files

Update Makefile

parent 50ef55ad
Showing with 1 addition and 1 deletion
+1 -1
...@@ -22,7 +22,7 @@ STAFF_LIBS = test_util sdl_wrapper ...@@ -22,7 +22,7 @@ STAFF_LIBS = test_util sdl_wrapper
# List of C files in "libraries" that you will write # List of C files in "libraries" that you will write
STUDENT_LIBS = vector list \ STUDENT_LIBS = vector list \
color body scene \ color body scene \
forces polygon forces
STUDENT_TESTS = $(subst .c,, $(subst tests/student/,,$(wildcard tests/student/*.c))) STUDENT_TESTS = $(subst .c,, $(subst tests/student/,,$(wildcard tests/student/*.c)))
......
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