Skip to content

Commit acf688f

Browse files
committed
fixed typo in tarball/ makefile
1 parent 12b40da commit acf688f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VER="`git tag | sort -rn | head -1 | tr -d 'v'`"
22
TARBALLLOC:=pkgs/tarball
33
PKGNAME:=unix-notes-$(VER)
4-
TARBALL=$(PKGNAME)-tar
4+
TARBALL=$(PKGNAME).tar
55
GZTARBALL=$(TARBALL).gz
6-
SHATXT=$(PKGNAME)-sha256.txt
6+
SHATXT=$(PKGNAME).sha256.txt
77

88
## make help Display help text
99
help:

0 commit comments

Comments
 (0)