FreeCalypso > hg > ffs-editor
view helpers/Makefile @ 22:f2fa3f590209
FFS journal_init() bugfix matching Magnetite and Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 22 May 2020 18:26:16 +0000 |
parents | 8123259c7f14 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= makeline all: ${PROGS} makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}