rename to makepac
This commit is contained in:
parent
0d165ccc5e
commit
f8f05d1f10
6
Makefile
6
Makefile
@ -1,11 +1,11 @@
|
||||
.PHONY: help
|
||||
help: ## Show this help
|
||||
@echo 'make-pac'
|
||||
@echo 'makepac'
|
||||
@echo '--------'
|
||||
@echo 'Run the below command in the projects main directory for initial setup'
|
||||
@echo ''
|
||||
@echo ' git submodule add https://gitlab.com/balki/make-pac'
|
||||
@echo ' echo "include make-pac/Makefile" > Makefile'
|
||||
@echo ' git submodule add https://gitlab.com/balki/makepac'
|
||||
@echo ' echo "include makepac/Makefile" > Makefile'
|
||||
@echo ''
|
||||
@#https://stackoverflow.com/a/47107132
|
||||
@sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) | column -tl 2
|
||||
|
Loading…
Reference in New Issue
Block a user