Explorar el Código

Added *.pyc files to 'make clean'.

Taddeus Kroes hace 14 años
padre
commit
4635633b0e
Se han modificado 1 ficheros con 1 adiciones y 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)