Skip to content

Commit

Permalink
fix makefile command to clean test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 14, 2018
1 parent 4e1b31e commit 7298bb3
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 @@ -59,7 +59,7 @@ clean_ui:

clean_test:
@echo "Cleaning tests files"
@find . -name "test" -delete
@find . -name test -exec rm -rf {} \;

# Run pep8 style checking
#http://pypi.python.org/pypi/pep8
Expand Down

0 comments on commit 7298bb3

Please sign in to comment.