diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 18:09:54 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 18:09:54 -0400 |
commit | ce243577c87a8937f8d77f67142dd0fd2fbd9731 (patch) | |
tree | a3fdc382fb3d957db2ba91cf06d5506561044d2e /Makefile | |
parent | bffecbd36e2995c469bf494c573901c7ba55057e (diff) |
Update submodules; add support for more variable setting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ err: $(ERROR_NO_ARGUMENT) BUILD_DIR = build -SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) +SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) NO_CSS=$(NO_CSS) LOCALE=$(LOCALE) # For this target, only archive docsets that have already been built in BUILD_DIR .phony: archive |