Skip to content

Commit

Permalink
Added -f to 'rm' in makefile clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Jul 19, 2017
1 parent c8fba6b commit c4dbf06
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 @@ -61,6 +61,6 @@ docs-deps:
pip3 install --user -r docs/requirements.txt

clean:
rm -r build dist
rm -rf build dist
mkdir dist
mkdir dist/activitywatch

0 comments on commit c4dbf06

Please sign in to comment.