Explorar o código

Added make clean target for removing Python bytecode files

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
84cf9d61f4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -0,0 +1,4 @@
+.PHONY: clean
+
+clean:
+	find -name \*.pyc -delete