]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Update the `make clean` target for the new source locations.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Oct 2016 17:05:03 +0000 (13:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Oct 2016 17:05:03 +0000 (13:05 -0400)
makefile

index 2ef17ef883fcd4175057c6e1a0481354e44d01d8..10742db350df3a78805825b5f87459661887aeb8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -8,4 +8,4 @@ lint:
 
 .PHONY: clean
 clean:
-       rm -r __pycache__
+       rm -rf src/dunshire/__pycache__