Update Makefile

This commit is contained in:
Balakrishnan Balasubramanian 2022-07-28 18:55:41 +00:00
parent e5b1b4748c
commit 0d165ccc5e

View File

@ -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