FreeCalypso > hg > freecalypso-hwlab
annotate fteeprom/test/Makefile @ 162:72eac15f0917
fc-simtool and fc-uicc-tool moved once again to fc-sim-tools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Mar 2021 17:36:43 +0000 |
parents | 86db7b4bfca4 |
children |
rev | line source |
---|---|
77
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 CC= gcc |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 CFLAGS= -O2 |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 PROGS= fteeprom-prog-bad |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 all: ${PROGS} |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 fteeprom-prog-bad: fteeprom-prog-bad.c |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 ${CC} ${CFLAGS} -o $@ $@.c -lftdi |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 clean: |
86db7b4bfca4
fteeprom-prog-bad: make the "bad" version easily accessible for testing
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 rm -f ${PROGS} *.o *errs *.out |