diff --git a/Makefile b/Makefile index 5aac5a0..3e57696 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ - .PHONY: help help: ## Show this help @echo 'make-pac' @@ -13,7 +12,7 @@ help: ## Show this help .PHONY: install install: ## Symlinks files in pac-root - sudo ./make-pac/install.sh + sudo ./makepac/install.sh .PHONY: sd-reload sd-reload: ## Run this after editing systemd service/timer files