Skip to content

Commit

Permalink
Update support files
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvito committed Mar 2, 2017
1 parent b5135d2 commit b86b635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.zip
.DS_Store
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
EXTID := "io.vito.pawextensions.sha3"
all:
mkdir io.vito.pawextensions.sha3
cp digest.js LICENSE io.vito.pawextensions.sha3
zip -r SHA3.zip io.vito.pawextensions.sha3
rm -rfv io.vito.pawextensions.sha3
mkdir $(EXTID)
cp *.js LICENSE $(EXTID)
zip -r SHA3.zip $(EXTID)
rm -rfv $(EXTID)

0 comments on commit b86b635

Please sign in to comment.