Initial commit of shogi javascript library

This commit is contained in:
2012-08-28 04:55:45 +00:00
committed by cdramey
commit c36b91b8f4
5 changed files with 395 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
CLOSURE_PATH=~/closure/compiler.jar
VERSION=1.0
shogi-${VERSION}.compiled.js: shogi.js
java -jar ${CLOSURE_PATH} --js $^ --js_output_file $@
clean:
rm shogi-*.compiled.js