FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 63:065aacae8b37
makefile-frags/link-steps: it's make_cmd.pl, not make-cmd.pl
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2016 03:30:53 +0000 |
parents | f4eeab478bfe |
children | 40b08f6cb2b8 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= makeline str2ind-ver all: ${PROGS} makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c str2ind-ver: str2ind-ver.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}