Taddeus Kroes 13 anni fa
parent
commit
0fa31ac205
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 .PHONY: test clean
 
 test:
-	python test.py
+	@python test.py
 
 clean:
 	rm `find -name \*.pyc`