Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Update Makefile

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Jul 29, 2021
1 parent 5a21da8 commit 6432352
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#// //
#// Script, 2021 //
#// Created: 17, June, 2021 //
#// Modified: 28, July, 2021 //
#// Modified: 29, July, 2021 //
#// file: - //
#// - //
#// Source: https://github.com/metal3d/bashsimplecurses //
Expand All @@ -20,7 +20,7 @@
#//////////////////////////////////////////////////////////////
PROJECT_NAME := scripts
SHELL := bash
VERSION := 1.1.7
VERSION := 1.1.11
RM := rm

all: install
Expand All @@ -45,7 +45,8 @@ update:

dist: clean
mkdir -p package_build
rsync -azh --progress --exclude='package_build/' --exclude='*.gitignore' --exclude='*.git/' --exclude='*.circleci/' --exclude='*.github/' --exclude='*.png' --exclude='*.jpeg' . package_build/
rsync -azh --progress --exclude='package_build/' --exclude='*.gitignore' --exclude='*.git/' \
--exclude='*.circleci/' --exclude='*.github/' --exclude='*.png' --exclude='*.jpeg' --exclude='*.gif' . package_build/
#7z a -t7z $(PROJECT_NAME)-$(VERSION).7z package_build/ -m0=lzma2 -mx=9 -mfb=273 -ms -md=31 -myx=9 -mtm=- -mmt -mmtf -md=1536m -mmf=bt3 -mmc=10000 -mpb=0 -mlc=0
XZ_OPT=-e9 tar cJf $(PROJECT_NAME)-$(VERSION).tar.xz package_build/
sha384sum $(PROJECT_NAME)-$(VERSION).tar.xz > $(PROJECT_NAME)-$(VERSION).tar.xz.sha384
Expand Down

0 comments on commit 6432352

Please sign in to comment.