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 9788679 commit b87854cCopy full SHA for b87854c
Makefile
@@ -0,0 +1,6 @@
1
+.PHONY: all
2
+all: update
3
+
4
+.PHONY: update
5
+update:
6
+ echo "Not implemented"
0 commit comments