FreeCalypso > hg > ueda-linux
comparison ueda/unet-utils/Makefile @ 33:2af4a85daf89
unet2pads program written, compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 08 Aug 2015 23:06:59 +0000 |
parents | 7e8a2cb54b6b |
children | 47b5b8310cac |
comparison
equal
deleted
inserted
replaced
32:6c7c79d37eff | 33:2af4a85daf89 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= unet-destar | 3 PROGS= unet-destar unet2pads |
4 LIBUNET=../libunet/libunet.a | 4 LIBUNET=../libunet/libunet.a |
5 BINDIR= /usr/local/bin | 5 BINDIR= /usr/local/bin |
6 | 6 |
7 all: ${PROGS} | 7 all: ${PROGS} |
8 | 8 |
14 | 14 |
15 clean: | 15 clean: |
16 rm -f *.[ao] a.out core errs ${PROGS} | 16 rm -f *.[ao] a.out core errs ${PROGS} |
17 | 17 |
18 unet-destar: unet-destar.o | 18 unet-destar: unet-destar.o |
19 unet2pads: unet2pads.o |