diff miscutil/Makefile @ 59:819335e06fd1

c139explore and pirexplore host wrapper shell scripts added
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 15:28:29 +0000
parents bfcc5a286459
children a72bbc3ace09
line wrap: on
line diff
--- a/miscutil/Makefile	Wed Oct 26 07:48:29 2016 +0000
+++ b/miscutil/Makefile	Wed Oct 26 15:28:29 2016 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROGS=	fc-fr2tch fc-rgbconv fc-serterm fc-tch2fr imei-luhn
+SCRIPTS=c139explore pirexplore
 INSTBIN=/opt/freecalypso/bin
 
 all:	${PROGS}
@@ -29,7 +30,7 @@
 
 install:
 	mkdir -p ${INSTBIN}
-	install -c ${PROGS} ${INSTBIN}
+	install -c ${PROGS} ${SCRIPTS} ${INSTBIN}
 
 clean:
 	rm -f ${PROGS} *.o *errs *.out