Skip to content

Commit 220255c

Browse files
committed
fix makefile
1 parent bbc1faa commit 220255c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clean:
2-
rm -r ./dist ./build
2+
rm -rf ./dist ./build
33
.PHONY: clean
44

55
package:

0 commit comments

Comments
 (0)