FreeCalypso > hg > freecalypso-tools
comparison ffstools/newcomp/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | 7572c35a768a |
children | f19c347d0a80 |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= compile-fc-batt compile-fc-chg | 3 PROGS= compile-fc-batt compile-fc-chg |
4 INSTBIN=/opt/freecalypso/bin | 4 |
5 INSTALL_PREFIX= /opt/freecalypso | |
6 | |
7 INSTBIN=${INSTALL_PREFIX}/bin | |
5 | 8 |
6 all: ${PROGS} | 9 all: ${PROGS} |
7 | 10 |
8 compile-fc-batt: compile-fc-batt.c | 11 compile-fc-batt: compile-fc-batt.c |
9 ${CC} ${CFLAGS} -o $@ $@.c | 12 ${CC} ${CFLAGS} -o $@ $@.c |