We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install
1 parent e9f0419 commit f16d090Copy full SHA for f16d090
Makefile
@@ -5,3 +5,7 @@ default: all
5
.DEFAULT:
6
cd src && $(MAKE) $@
7
8
+install:
9
+ cd src && $(MAKE) $@
10
+
11
+.PHONY: install
0 commit comments