diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-05 23:16:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-05 23:18:11 +0100 |
| commit | 639196f0c9cb2fd972897a7652f903b11f9154d1 (patch) | |
| tree | c2aac30d05f3dc7b75f63f6616291b2ce48557cd /Makefile | |
| parent | 404cb2d98c0fbdef83b35e8fe995972fa8b47531 (diff) | |
install mox config
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ endef all: $(ENV_RULES) $(MAKE_RULES) $(BUILD_RULES) $(PUSH_RULES) $(foreach module,$(ALL_MODULES),$(eval $(call make_module_rule))) -$(foreach module,$(ALL_MODULES),$(if $(shell test -d $(module) && echo 1),$(eval $(call module_env_rule)))) +$(foreach module,$(ALL_MODULES),$(eval $(call module_env_rule))) .PHONY: install install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab |
