summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-30 16:23:26 +0100
committerJoe Carstairs <me@joeac.net>2026-06-30 16:23:26 +0100
commit0520592fc5b54b71bd43ba0e462ed7a237191f92 (patch)
tree65c792ab4a35c8843b895a1b8c50039db0cc1602
parentf27a25fdf5954a18f418ec8f4e3ff79bbc8fa333 (diff)
fix typo: errant ) in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ecb9b2..5938393 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ endef
define install_module_rule =
.PHONY: install_$(module)
install_$(module): $(openrc_module_target) $(nginx_module_target) $(dyndns_module_target) $(install_submake_file)
- $(if $(install_submake_file),$(MAKE) --makefile=$(install_submake_file)) install
+ $(if $(install_submake_file),$(MAKE) --makefile=$(install_submake_file) install)
~/.config/rc/init.d/joeac.net.$(module): ~/.config/rc/init.d/joeac.net ~/.config/rc/runlevels/default
ln -s $(shell realpath ~)/.config/rc/init.d/joeac.net ~/.config/rc/init.d/joeac.net.$(module)