We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3493db commit 3bc67e4Copy full SHA for 3bc67e4
Makefile
@@ -13,6 +13,6 @@ release: build
13
@tar -czf cluefs-${TAG}-${OS}-${ARCH}.tar.gz cluefs
14
15
clean:
16
- @rm cluefs cluefs-*.tar.gz
+ @rm -f cluefs cluefs-*.tar.gz
17
18
buildall: clean build
0 commit comments