FreeCalypso > hg > freecalypso-hwlab
comparison fteeprom/Makefile @ 40:d150d4704ff5
fteeprom: ftee-gen2232h program written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Apr 2019 00:05:32 +0000 |
parents | 4d77c191c034 |
children | e5d89313bc00 |
comparison
equal
deleted
inserted
replaced
39:173463924e06 | 40:d150d4704ff5 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= ftee-gen2232c ftee-gen232r fteeprom-erase fteeprom-prog fteeprom-read | 3 PROGS= ftee-gen2232c ftee-gen2232h ftee-gen232r fteeprom-erase fteeprom-prog \ |
4 fteeprom-read | |
4 INSTBIN=/opt/freecalypso/bin | 5 INSTBIN=/opt/freecalypso/bin |
5 | 6 |
6 all: ${PROGS} | 7 all: ${PROGS} |
7 | 8 |
8 ftee-gen2232c: ftee-gen2232c.c | 9 ftee-gen2232c: ftee-gen2232c.c |
10 ${CC} ${CFLAGS} -o $@ $@.c | |
11 | |
12 ftee-gen2232h: ftee-gen2232h.c | |
9 ${CC} ${CFLAGS} -o $@ $@.c | 13 ${CC} ${CFLAGS} -o $@ $@.c |
10 | 14 |
11 ftee-gen232r: ftee-gen232r.c | 15 ftee-gen232r: ftee-gen232r.c |
12 ${CC} ${CFLAGS} -o $@ $@.c | 16 ${CC} ${CFLAGS} -o $@ $@.c |
13 | 17 |