-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
29 lines (25 loc) · 1.04 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
deps = logo.png logo48.png logo96.png logo128.png \
LICENSE README.md \
lists/* manifest.json index.html index.js \
node_modules/big.js/big.min.js \
node_modules/bootstrap/dist/css/bootstrap.min.css \
node_modules/bootstrap/dist/css/bootstrap.min.css.map \
node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot \
node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg \
node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf \
node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff \
node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 \
node_modules/bootstrap/dist/js/bootstrap.min.js \
node_modules/bootstrap-validator/dist/validator.min.js \
node_modules/jquery/dist/jquery.min.js \
node_modules/clipboard/dist/clipboard.min.js
zip : $(deps)
zip diceware-passphrase-generator $(deps)
clean:
rm diceware-passphrase-generator.zip
rm checksums.sha1
update:$(deps)
zip diceware-passphrase-generator -u $(deps)
checksum:$(deps)
sha1sum $(deps) > checksums.sha1
./sri-gen.rb