FreeCalypso > hg > fc-am-toolkit
diff Makefile @ 0:faf27dbe1a63
scripts for initializing aftermarket FFS on Pirelli DP-L10
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 09 Jun 2023 03:27:40 +0000 |
parents | |
children | acfe834e174f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Fri Jun 09 03:27:40 2023 +0000 @@ -0,0 +1,11 @@ +INSTALL_PREFIX= /opt/freecalypso + +all: + +clean: + +install: + mkdir -p ${INSTALL_PREFIX}/bin + install -c -m 755 sh/* ${INSTALL_PREFIX}/bin + mkdir -p ${INSTALL_PREFIX}/scripts + install -c -m 644 cmd/* ${INSTALL_PREFIX}/scripts