Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test/%_Fixture.c: test/%_Test.o

# Don't delete this. It looks redundant only when building in lib/.
# But when building somewhere else with vpath set, this is important.
test/AceUnit_SimpleRunner_Test.o test/AceUnit_AbortRunner_Test.o test/AceUnit_ForkRunner_Test.o test/AceUnit_SetJmpRunner_test.o: | test/
test/AceUnit_SimpleRunner_Test.o test/AceUnit_AbortRunner_Test.o test/AceUnit_ForkRunner_Test.o test/AceUnit_SetJmpRunner_Test.o: | test/
test/:
mkdir -p $@

Expand Down
Loading