FreeCalypso > hg > fc-small-hw
view lunakpd1/placetool/Makefile @ 36:40e2106a0500
duart28/design-spec: coming along
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 23 Jul 2020 06:59:32 +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}