FreeCalypso > hg > freecalypso-reveng
comparison Makefile @ 52:103d996ed2d5
factdiff utility written
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Jul 2013 17:06:23 +0000 |
parents | cb736d95338d |
children | 3f38da3933c2 |
comparison
equal
deleted
inserted
replaced
51:e516128db432 | 52:103d996ed2d5 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= mokosrec2bin | 3 PROGS= factdiff mokosrec2bin |
4 | 4 |
5 all: ${PROGS} | 5 all: ${PROGS} |
6 | 6 |
7 ${PROGS}: | 7 ${PROGS}: |
8 ${CC} ${CFLAGS} -o $@ $@.c | 8 ${CC} ${CFLAGS} -o $@ $@.c |
9 | 9 |
10 factdiff: factdiff.c | |
10 mokosrec2bin: mokosrec2bin.c | 11 mokosrec2bin: mokosrec2bin.c |
11 | 12 |
12 clean: | 13 clean: |
13 rm -f ${PROGS} *.o *errs *.out | 14 rm -f ${PROGS} *.o *errs *.out |