FreeCalypso > hg > ueda-linux
comparison ueda/migration/Makefile @ 0:cd92449fdb51
initial import of ueda and ifctf-part-lib from ifctfvax CVS
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 20 Jul 2015 00:24:37 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cd92449fdb51 |
|---|---|
| 1 CFLAGS= -O | |
| 2 PROGS= g2uschem | |
| 3 BINDIR= /usr/local | |
| 4 | |
| 5 all: ${PROGS} | |
| 6 | |
| 7 ${PROGS}: | |
| 8 ${CC} ${CFLAGS} -o $@ $@.c | |
| 9 | |
| 10 install: | |
| 11 install -c -o bin -g bin -m 755 ${PROGS} ${BINDIR} | |
| 12 | |
| 13 clean: | |
| 14 rm -f *.[ao] a.out core errs ${PROGS} | |
| 15 | |
| 16 g2uschem: g2uschem.c |
