comparison ticoff/Makefile @ 76:7a0559016b68

ticoff/Makefile: install added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 25 Mar 2014 20:39:44 +0000
parents 2eef88395908
children 590396e27e96
comparison
equal deleted inserted replaced
75:1a23ff9a81de 76:7a0559016b68
9 ${PROG}: ${OBJS} 9 ${PROG}: ${OBJS}
10 ${CC} -o $@ ${OBJS} 10 ${CC} -o $@ ${OBJS}
11 11
12 ${OBJS}: ${HDRS} 12 ${OBJS}: ${HDRS}
13 13
14 install:
15 install -c -o bin -g bin -m 755 ${PROG} /usr/local/bin
16
14 clean: 17 clean:
15 rm -f *.o ${PROG} *err 18 rm -f *.o ${PROG} *err