Allow FENNELFLAGS to be overridden in makefile.
This commit is contained in:
parent
7750afba4e
commit
f52962befc
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ PREFIX ?= /usr/local
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
MANDIR ?= $(PREFIX)/share/man/man1
|
||||
|
||||
FENNELFLAGS=--add-package-path "deps/?.lua" --add-fennel-path "src/?.fnl;deps/?.fnl"
|
||||
FENNELFLAGS ?= --add-package-path "deps/?.lua" --add-fennel-path "src/?.fnl;deps/?.fnl"
|
||||
REQUIRE_AS_INCLUDE_SETTINGS=$(shell $(FENNEL) tools/require-flags.fnl)
|
||||
|
||||
.PHONY: all clean test repl install docs docs-love2d install-deps ci selflint \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user