Taddeus Kroes 13 年 前
コミット
0fa31ac205
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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