Skip to content

Commit

Permalink
rm needs -f if dist is already empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Aug 10, 2016
1 parent 8005fbf commit e2ce31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: dist

.PHONY: clean
clean:
rm dist/*
rm -f dist/*
cargo clean

target/release/ktmpl:
Expand Down

0 comments on commit e2ce31e

Please sign in to comment.