From: Michael Orlitzky Date: Thu, 6 Oct 2016 17:05:03 +0000 (-0400) Subject: Update the `make clean` target for the new source locations. X-Git-Tag: 0.1.0~205 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=21f85dc3effec30c4c8395af57e83d98247a4ab6 Update the `make clean` target for the new source locations. --- diff --git a/makefile b/makefile index 2ef17ef..10742db 100644 --- a/makefile +++ b/makefile @@ -8,4 +8,4 @@ lint: .PHONY: clean clean: - rm -r __pycache__ + rm -rf src/dunshire/__pycache__