We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8324a78 commit 9a22ff9Copy full SHA for 9a22ff9
1 file changed
test/test.mk
@@ -6,7 +6,7 @@ TESTS := test1 test2 test3 test4 test5
6
default: $(TESTS)
7
8
test%: output%
9
- $(MAKE) -C output$* -f ../test.mk do-test$*
+ $(MAKE) -C output$* -f test.mk do-test$*
10
11
output%:
12
mkdir -p output$*
0 commit comments