From 21f85dc3effec30c4c8395af57e83d98247a4ab6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 6 Oct 2016 13:05:03 -0400 Subject: [PATCH] Update the `make clean` target for the new source locations. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.43.2