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 11e48d8 commit dfa5f32Copy full SHA for dfa5f32
Makefile
@@ -72,7 +72,7 @@ install: $(BINS)
72
uninstall:
73
$(foreach c, $(BINS), $(RM) $(PREFIX)/bin/$(c);)
74
75
-test:
+test: $(BINS)
76
@./test.sh
77
78
# create a list of auto dependencies
0 commit comments