Allow FENNELFLAGS to be overridden in makefile.

This commit is contained in:
Phil Hagelberg 2025-07-04 19:18:50 -07:00
parent 7750afba4e
commit f52962befc

View File

@ -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 \