We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6995a9a commit 8a4d314Copy full SHA for 8a4d314
Makefile
@@ -13,4 +13,7 @@ info:
13
dist:
14
@script/package-tarball
15
16
-.PHONY: test info dist
+clean:
17
+ rm -rf dist
18
+
19
+.PHONY: test info dist clean
0 commit comments