FreeCalypso > hg > fc-small-hw
view lunakpd1/placetool/Makefile @ 39:e0b83c75df08
duart28/src/MCL: value attribute was wrong on the tantalum cap
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 Jul 2020 20:20:55 +0000 |
parents | 36a6ba7f30ca |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= placetool all: ${PROG} ${PROG}: ${PROG}.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROG}