FreeCalypso > hg > freecalypso-reveng
view fluid-mnf/Makefile @ 346:2aa78da4033b
fluid-mnf: compiles and links
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 13 Mar 2020 06:16:57 +0000 |
parents | |
children | bc5ddad215f2 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= fluid-mnf OBJS= efluid.o fileio.o flash.o fluid.o lzdecode.o lzencode.o machine.o \ misc.o serial.o target.o trace.o all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} clean: rm -f *.o ${PROG}