OSDN Git Service

Fix typo and delete tailing spaces
authorDaigo Moriwaki <daigo@debian.org>
Sat, 25 Aug 2018 09:52:47 +0000 (18:52 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 25 Aug 2018 09:52:47 +0000 (18:52 +0900)
Makefile

index 94db8c9..332fe14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,21 +5,21 @@ doc: clean
          . shogi-server README mk_html mk_rate csa-file-filter
 
 .PHONY: test-run
-test-run: 
+test-run:
        ./shogi-server --floodgate-games floodgate-600-10,floodgate-3600-0 hoge 4000
 
 
 .PHONY: test-run-daemon
-test-run-daemon: 
+test-run-daemon:
        ./shogi-server --floodgate-games floodgate-600-10,floodgate-3600-0 --daemon . --pid-file ./shogi-server.pid --player-log-dir ./player-logs hoge 4000
 
-.PHONY: stop-daemn
+.PHONY: stop-daemon
 stop-daemon:
        kill `cat shogi-server.pid`
 
 .PHONY: test-time-run
-test-time-run: 
-       ruby -r sample/test_time.rb ./shogi-server --floodgate-games floodgate-900-0,floodgate-3600-0 hoge 4000 
+test-time-run:
+       ruby -r sample/test_time.rb ./shogi-server --floodgate-games floodgate-900-0,floodgate-3600-0 hoge 4000
 
 .PHONY: image-build
 image-build: .image-build