Meta: Update makem.sh, Makefile
This commit is contained in:
parent
d4f2eb760e
commit
c8c89be7bc
2 changed files with 148 additions and 33 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
# * makem.sh/Makefile --- Script to aid building and testing Emacs Lisp packages
|
||||
|
||||
# URL: https://github.com/alphapapa/makem.sh
|
||||
# Version: 0.3
|
||||
# Version: 0.5
|
||||
|
||||
# * Arguments
|
||||
|
||||
|
|
@ -38,7 +38,9 @@ endif
|
|||
|
||||
verbose = $(v)
|
||||
|
||||
ifneq (,$(findstring vv,$(verbose)))
|
||||
ifneq (,$(findstring vvv,$(verbose)))
|
||||
VERBOSE = "-vvv"
|
||||
else ifneq (,$(findstring vv,$(verbose)))
|
||||
VERBOSE = "-vv"
|
||||
else ifneq (,$(findstring v,$(verbose)))
|
||||
VERBOSE = "-v"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue