From f8f05d1f101a693022f0542bc0e3fff448d74165 Mon Sep 17 00:00:00 2001 From: balki <3070606-balki@users.noreply.gitlab.com> Date: Mon, 15 Aug 2022 21:01:09 -0400 Subject: [PATCH] rename to makepac --- Makefile | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3e57696..541bf7e 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 0998e71..1a81686 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Initial setup cd myfiles git init git submodule add https://gitlab.com/balki/makepac' - echo "include make-pac/Makefile" > Makefile' + echo "include makepac/Makefile" > Makefile' make skel git add . git commit -m 'initial commit'