• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


Commit MetaInfo

Revisiónf2e2a96058389c17466ea142537302bb8dd834d9 (tree)
Tiempo2018-08-25 18:52:47
AutorDaigo Moriwaki <daigo@debi...>
CommiterDaigo Moriwaki

Log Message

Fix typo and delete tailing spaces

Cambiar Resumen

Diferencia incremental

--- a/Makefile
+++ b/Makefile
@@ -5,21 +5,21 @@ doc: clean
55 . shogi-server README mk_html mk_rate csa-file-filter
66
77 .PHONY: test-run
8-test-run:
8+test-run:
99 ./shogi-server --floodgate-games floodgate-600-10,floodgate-3600-0 hoge 4000
1010
1111
1212 .PHONY: test-run-daemon
13-test-run-daemon:
13+test-run-daemon:
1414 ./shogi-server --floodgate-games floodgate-600-10,floodgate-3600-0 --daemon . --pid-file ./shogi-server.pid --player-log-dir ./player-logs hoge 4000
1515
16-.PHONY: stop-daemn
16+.PHONY: stop-daemon
1717 stop-daemon:
1818 kill `cat shogi-server.pid`
1919
2020 .PHONY: test-time-run
21-test-time-run:
22- ruby -r sample/test_time.rb ./shogi-server --floodgate-games floodgate-900-0,floodgate-3600-0 hoge 4000
21+test-time-run:
22+ ruby -r sample/test_time.rb ./shogi-server --floodgate-games floodgate-900-0,floodgate-3600-0 hoge 4000
2323
2424 .PHONY: image-build
2525 image-build: .image-build