changeset 76:7a0559016b68

ticoff/Makefile: install added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 25 Mar 2014 20:39:44 +0000
parents 1a23ff9a81de
children 590396e27e96
files ticoff/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ticoff/Makefile	Tue Mar 25 20:38:31 2014 +0000
+++ b/ticoff/Makefile	Tue Mar 25 20:39:44 2014 +0000
@@ -11,5 +11,8 @@
 
 ${OBJS}: ${HDRS}
 
+install:
+	install -c -o bin -g bin -m 755 ${PROG} /usr/local/bin
+
 clean:
 	rm -f *.o ${PROG} *err