commit 28c356b3529cebd91ce176645a248402f8072d3f parent 85bca41d3397073aa2dd0faad01b99e42069d2f2 Author: mrgrouse <bdmfegys@duck.com> Date: Thu, 8 Aug 2024 00:15:56 -0400 create Makefile with install target and customizable install path Diffstat:
| A | Makefile | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,7 @@ +INSTALLDIR=${HOME}/.local/bin +install: + cp arch-secure-boot.sh ${INSTALLDIR} + cp artix-install.sh ${INSTALLDIR} + cp upgrader.sh ${INSTALLDIR} + cp upgrader.sh ${INSTALLDIR} + cp wall.sh ${INSTALLDIR}