Update Makefile
This commit is contained in:
parent
e5b1b4748c
commit
0d165ccc5e
3
Makefile
3
Makefile
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help: ## Show this help
|
help: ## Show this help
|
||||||
@echo 'make-pac'
|
@echo 'make-pac'
|
||||||
@ -13,7 +12,7 @@ help: ## Show this help
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ## Symlinks files in pac-root
|
install: ## Symlinks files in pac-root
|
||||||
sudo ./make-pac/install.sh
|
sudo ./makepac/install.sh
|
||||||
|
|
||||||
.PHONY: sd-reload
|
.PHONY: sd-reload
|
||||||
sd-reload: ## Run this after editing systemd service/timer files
|
sd-reload: ## Run this after editing systemd service/timer files
|
||||||
|
Loading…
Reference in New Issue
Block a user