blob: 50ed37f9a6f3cd6ab83e369db4d12b98f09875c0 [file] [log] [blame]
PROJECT=unobfuscate-status-page
default:
npm install
zip: default
rm -f $(PROJECT).zip
zip -r $(PROJECT) node_modules *.js *.png *.html *.css manifest.json
clean:
rm $(PROJECT).zip
rm -R node_modules