FreeCalypso > hg > freecalypso-tools
comparison ringtools/Makefile @ 48:2bbd9a389ca0
ringtools/Makefile: move to /opt/freecalypso/bin
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 06:01:50 +0000 |
parents | cefdc6623322 |
children | 2b38691076b9 |
comparison
equal
deleted
inserted
replaced
47:bfcc5a286459 | 48:2bbd9a389ca0 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= fc-e1gen | 3 PROGS= fc-e1gen |
4 INSTBIN=/usr/local/bin | 4 INSTBIN=/opt/freecalypso/bin |
5 | 5 |
6 all: ${PROGS} | 6 all: ${PROGS} |
7 | 7 |
8 fc-e1gen: fc-e1gen.c | 8 fc-e1gen: fc-e1gen.c |
9 ${CC} ${CFLAGS} -o $@ $@.c | 9 ${CC} ${CFLAGS} -o $@ $@.c |