Meta: Update makem.sh files
This commit is contained in:
parent
6beada4912
commit
9bd1235e00
3 changed files with 120 additions and 24 deletions
9
Makefile
9
Makefile
|
|
@ -11,8 +11,11 @@
|
|||
# conflict with Make's own arguments through Make to the script.
|
||||
# Using -- doesn't seem to do it.
|
||||
|
||||
ifdef auto-install
|
||||
AUTO_INSTALL = "--auto-install"
|
||||
ifdef install-deps
|
||||
INSTALL_DEPS = "--install-deps"
|
||||
endif
|
||||
ifdef install-linters
|
||||
INSTALL_LINTERS = "--install-linters"
|
||||
endif
|
||||
|
||||
ifdef sandbox
|
||||
|
|
@ -46,4 +49,4 @@ endif
|
|||
# directory by that name exists, which can confuse Make.
|
||||
|
||||
%:
|
||||
@./makem.sh $(DEBUG) $(VERBOSE) $(SANDBOX) $(SANDBOX_DIR) $(AUTO_INSTALL) $(@)
|
||||
@./makem.sh $(DEBUG) $(VERBOSE) $(SANDBOX) $(SANDBOX_DIR) $(INSTALL_DEPS) $(INSTALL_LINTERS) $(@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue