annotate fteeprom/test/Makefile @ 176:fb2f6497ba53 default tip

doc/Linux-DTR-RTS-flaw: point to new location of this article
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Dec 2023 19:37:20 +0000
parents 86db7b4bfca4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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