Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
onelastjedi committed Oct 31, 2023
1 parent e79693b commit 6ea468e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x := "node-jwt-v$$(jq -r .version package.json).tar.gz"

archive:
@git archive --format tar HEAD | gzip > $(x)
@echo "Created $(x)"

0 comments on commit 6ea468e

Please sign in to comment.