changeset 96:dd6c92a1aa34

arm7dis/Makefile: install added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 30 Mar 2014 07:22:33 +0000
parents 9ed4d0fcb1f6
children fb5ea2758482
files arm7dis/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/arm7dis/Makefile	Sun Mar 30 07:21:21 2014 +0000
+++ b/arm7dis/Makefile	Sun Mar 30 07:22:33 2014 +0000
@@ -9,5 +9,8 @@
 armdis:	${ARMDIS_OBJS}
 	${CC} -o $@ ${ARMDIS_OBJS}
 
+install:
+	install -c -o bin -g bin -m 755 ${PROGS} ${INSTDIR}
+
 clean:
 	rm -f *.o ${PROGS} *errs