Skip to content

Commit

Permalink
Remove report files on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pinventado authored Sep 10, 2018
1 parent 311b0f3 commit 3afc08f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ endif
all: test stylecheck formatcheck

clean:
@rm -f $(TEST_PATH)/unittest.xml
@rm -f $(TEST_PATH)/error.yaml
@rm -f $(TEST_PATH)/format.xml
@rm -f $(TEST_PATH)/unittest

0 comments on commit 3afc08f

Please sign in to comment.