Skip to content

Commit 8a4d314

Browse files
committed
Add 'make clean' task
1 parent 6995a9a commit 8a4d314

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ info:
1313
dist:
1414
@script/package-tarball
1515

16-
.PHONY: test info dist
16+
clean:
17+
rm -rf dist
18+
19+
.PHONY: test info dist clean

0 commit comments

Comments
 (0)