Skip to content

Commit 17b40a4

Browse files
committed
improve clean target
1 parent 40bd8f9 commit 17b40a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ release:
1313
git push "git@github.com:reasonml/ReasonNativeProject.git" tag $(version)
1414

1515
clean:
16-
rm -rf _build
16+
rm -rf _build *.install
1717

1818
.PHONY: build release test

0 commit comments

Comments
 (0)