Skip to content

Commit

Permalink
Mark clean makefile target as phony
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed May 24, 2018
1 parent 999588f commit e11a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ghostunnel.test: $(SOURCE_FILES)
# Clean build output
clean:
rm -rf ghostunnel *.out */*.out ghostunnel.test tests/__pycache__
.PHONY: clean

# Run all tests (unit + integration tests)
test: unit $(INTEGRATION_TESTS)
Expand Down

0 comments on commit e11a0dd

Please sign in to comment.