diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | openrc.mk | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -63,9 +63,6 @@ install: $(foreach module,$(MODULES),install_$(module)) install_crontab .PHONY: uninstall uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(foreach module,$(MODULES),uninstall_$(module)) uninstall_crontab -.PHONY: uninstall_joeac.net_service - rm ~/.config/rc/joeac.net - $(foreach module,$(MODULES),$(eval $(install_module_rule))) $(foreach module,$(MODULES),$(eval $(reinstall_module_rule))) $(foreach module,$(MODULES),$(eval $(uninstall_module_rule))) @@ -66,3 +66,6 @@ $(foreach module,$(MODULES),$(eval $(openrc_restart_rule))) /etc/conf.d/user.$(shell whoami): openrc/conf.d/user.$(shell whoami) sudo cp openrc/conf.d/user.$(shell whoami) /etc/conf.d/user.$(shell whoami) sudo rc-update add user.$(shell whoami) default + +.PHONY: uninstall_joeac.net_service + rm ~/.config/rc/joeac.net |
