FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 255:091f5d38afcd
aci2: AT%VER returns FreeCalypso firmware version string
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 03 Aug 2017 23:18:11 +0000 |
parents | 35b17d54773d |
children | d4d07c751e56 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= build-date makeline srec4ram str2ind-ver all: ${PROGS} build-date: build-date.c ${CC} ${CFLAGS} -o $@ $@.c makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c srec4ram: srec4ram.c ${CC} ${CFLAGS} -o $@ $@.c str2ind-ver: str2ind-ver.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}