FreeCalypso > hg > ueda-linux
comparison ueda/utils/Makefile @ 1:e2130f1ef720
ueda/utils Linuxified
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:30:24 +0000 |
parents | cd92449fdb51 |
children |
comparison
equal
deleted
inserted
replaced
0:cd92449fdb51 | 1:e2130f1ef720 |
---|---|
1 CFLAGS= -O | 1 CC= gcc |
2 CFLAGS= -O2 | |
2 PROGS= cutelements instfileelem | 3 PROGS= cutelements instfileelem |
3 BINDIR= /usr/local | 4 BINDIR= /usr/local/bin |
4 | 5 |
5 all: ${PROGS} | 6 all: ${PROGS} |
6 | 7 |
7 ${PROGS}: | 8 ${PROGS}: |
8 ${CC} ${CFLAGS} -o $@ $@.c | 9 ${CC} ${CFLAGS} -o $@ $@.c |