Skip to content

Commit 418722e

Browse files
rgrinbergjordwalke
authored andcommitted
improve clean target
1 parent ede48f1 commit 418722e

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)