Skip to content

Commit

Permalink
Create Makefile
Browse files Browse the repository at this point in the history
version 0.2.0
  • Loading branch information
tekintian authored Mar 20, 2023
1 parent 17484cd commit acc61d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME := envsubst
PACKAGE_VERSION := 0.1
PACKAGE_VERSION := 0.2.0

prefix ?= /usr/local
bindir ?= /bin
Expand Down Expand Up @@ -30,4 +30,4 @@ distcheck: check dist
dist: ${DIST_TARBALL}
${DIST_TARBALL}:
git archive --format=tar --prefix=${DIST_NAME}/ -o ${DIST_NAME}.tar ${DIST_NAME}
xz ${DIST_NAME}.tar
xz ${DIST_NAME}.tar

0 comments on commit acc61d0

Please sign in to comment.