Explorar o código

Tweaked clean option in makefile.

UVA Multi-touch %!s(int64=13) %!d(string=hai) anos
pai
achega
502fe8e611
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -11,5 +11,7 @@ all: docs
 clean: bibclean
 	rm -rf $(BUILD)
 
-distclean: clean bibclean
+pycclean:
 	rm -f `find -name \*.pyc`
+
+distclean: clean pycclean