diff options
| author | Franklin Wei <me@fwei.tk> | 2017-05-31 12:02:35 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-05-31 12:02:35 -0400 |
| commit | 80636acc8c4ed926ddc97a70ed91cc4ad6012cb4 (patch) | |
| tree | 6c719e0c423983a4c6376b65d52d7703479e21e2 /Makefile | |
| parent | ce674dc4200d5ac6bf32790fe7b53d6e548ad65c (diff) | |
| download | xenonchess-master.zip xenonchess-master.tar.gz xenonchess-master.tar.bz2 xenonchess-master.tar.xz | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,10 +30,10 @@ $(PROGRAM_NAME)-old: Makefile $(HEADERS) $(SRC) $(CC) $(SRC) -o $@ $(CFLAGS) $(LIBS) test: all - $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=1+.01 -rounds 200 -ratinginterval 1 + $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=1+.01 -rounds 1000 -ratinginterval 1 test-tscp: $(PROGRAM_NAME) - $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=xboard dir=/ cmd=$(TSCP) name=tscp -each tc=1+.01 -rounds 1000 + $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess tc=1+.01 -engine proto=xboard dir=/ cmd=$(TSCP) name=tscp tc=.2+.001 -rounds 1000 -ratinginterval 1 %.o: %.c Makefile $(HEADERS) @echo "CC $<" |