OSDN Git Service

Minor cleanup.
[joypy/Thun.git] / Makefile
index 53df26b..3451a37 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ VERSION = 0.1.0
 
 
 clean:
-       $(RM) -r Thun.egg-info/ dist/ $(TESTDIR)
+       $(RM) -r Thun.egg-info/ dist/ build/ __pycache__/ $(TESTDIR)
        find . -name '*.pyc' | xargs $(RM)
 
 sdist: