FreeCalypso > hg > freecalypso-reveng
view Makefile @ 54:8e4dac492552
another Pirelli PCB tracing session, focusing on the display subsystem
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Jul 2013 21:38:07 +0000 |
parents | 103d996ed2d5 |
children | 3f38da3933c2 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= factdiff mokosrec2bin all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c factdiff: factdiff.c mokosrec2bin: mokosrec2bin.c clean: rm -f ${PROGS} *.o *errs *.out