Explorar o código

Add default make target

Taddeus Kroes %!s(int64=10) %!d(string=hai) anos
pai
achega
9c71c621bf
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      Makefile

+ 4 - 2
Makefile

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