Skip to content

Commit

Permalink
Clean only build/src.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Aug 1, 2019
1 parent 0c4c6f3 commit 911de31
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 @@ -53,7 +53,7 @@ check: $(UNIT_TESTS)

.PHONY: clean
clean:
@rm -rf build
@rm -rf build/src
@find . -name '*~' -delete

build/%.d: %.cpp Makefile
Expand Down

0 comments on commit 911de31

Please sign in to comment.