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 fb4480d commit 73ef024Copy full SHA for 73ef024
Makefile
@@ -6,4 +6,7 @@ $(SRC_TARGETS): src/Makefile
6
src/Makefile:
7
./configure
8
9
-.PHONY: $(SRC_TARGETS) help
+doc:
10
+ cat INSTALL.md
11
+
12
+.PHONY: $(SRC_TARGETS) help doc
0 commit comments