Skip to content

Commit 9a22ff9

Browse files
committed
wip
1 parent 8324a78 commit 9a22ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TESTS := test1 test2 test3 test4 test5
66
default: $(TESTS)
77

88
test%: output%
9-
$(MAKE) -C output$* -f ../test.mk do-test$*
9+
$(MAKE) -C output$* -f test.mk do-test$*
1010

1111
output%:
1212
mkdir -p output$*

0 commit comments

Comments
 (0)