Taddeus Kroes 13 سال پیش
والد
کامیت
0fa31ac205
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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`