1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-29 06:55:37 +00:00
8bitworkshop/Makefile

13 lines
286 B
Makefile
Raw Normal View History

2017-04-09 00:43:46 +00:00
check:
closure-compiler src/*.js src/cpu/*.js src/platform/*.js > /dev/null
lint:
gjslint -r src
archive:
mkdir -p release
git-archive-all --prefix 8bitworkshop-1.1/ release/8bitworkshop-1.1.tgz
#git archive --output release/8bitworkshop-1.1.tgz --prefix 8bitworkshop-1.1/ 1.1