1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-20 14:29:16 +00:00
8bitworkshop/Makefile

13 lines
286 B
Makefile
Raw Normal View History

2017-04-08 20:43:46 -04: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