We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cb880 commit dbaaa9fCopy full SHA for dbaaa9f
Makefile
@@ -7,7 +7,7 @@
7
#
8
builddir = builds
9
10
-.PHONY: all install
+.PHONY: all install examples install-examples
11
all install examples install-examples .DEFAULT:
12
@if test -d $(builddir); then \
13
echo cd $(builddir); \
0 commit comments