Explorar o código

Added *.pyc files to 'make clean'.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
4635633b0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -40,7 +40,7 @@ include $(d)/rules.mk
 all: doc build
 
 clean:
-	rm -rf $(CLEAN)
+	rm -rf $(CLEAN) `find -name \*.pyc`
 
 $(TGT_DIR):
 	mkdir -p $(TGT_DIR)