FreeCalypso > hg > ueda-linux
comparison ueda/sverp-bind/Makefile @ 31:61272ee5aadc
unet-bind: implemented -a option for specifying wanted attributes
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 08 Aug 2015 21:44:10 +0000 |
parents | c7ebd6179f5d |
children |
comparison
equal
deleted
inserted
replaced
30:a93e4b07fdf3 | 31:61272ee5aadc |
---|---|
8 all: ${PROG} | 8 all: ${PROG} |
9 | 9 |
10 ${PROG}: ${OBJS} ${LIBS} | 10 ${PROG}: ${OBJS} ${LIBS} |
11 ${CC} -o $@ ${OBJS} ${LIBS} | 11 ${CC} -o $@ ${OBJS} ${LIBS} |
12 | 12 |
13 ${OBJS}: struct.h | |
14 | |
13 install: | 15 install: |
14 install -c -o bin -g bin -m 755 ${PROG} ${BINDIR} | 16 install -c -o bin -g bin -m 755 ${PROG} ${BINDIR} |
15 | 17 |
16 clean: | 18 clean: |
17 rm -f *.[ao] a.out core errs ${PROG} | 19 rm -f *.[ao] a.out core errs ${PROG} |