FreeCalypso > hg > fc-am-toolkit
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:faf27dbe1a63 |
---|---|
1 INSTALL_PREFIX= /opt/freecalypso | |
2 | |
3 all: | |
4 | |
5 clean: | |
6 | |
7 install: | |
8 mkdir -p ${INSTALL_PREFIX}/bin | |
9 install -c -m 755 sh/* ${INSTALL_PREFIX}/bin | |
10 mkdir -p ${INSTALL_PREFIX}/scripts | |
11 install -c -m 644 cmd/* ${INSTALL_PREFIX}/scripts |