Skip to content

Commit 73ef024

Browse files
committed
Fix make doc
1 parent fb4480d commit 73ef024

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ $(SRC_TARGETS): src/Makefile
66
src/Makefile:
77
./configure
88

9-
.PHONY: $(SRC_TARGETS) help
9+
doc:
10+
cat INSTALL.md
11+
12+
.PHONY: $(SRC_TARGETS) help doc

0 commit comments

Comments
 (0)