Ver código fonte

Code cleanup

Taddeus Kroes 13 anos atrás
pai
commit
0fa31ac205
1 arquivos alterados com 1 adições e 1 exclusões
  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`