Fixed makefile

Sun, 22 Jun 2014 22:11:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 22 Jun 2014 22:11:33 +0200
changeset 67
4a26aaa34fa1
parent 66
805f1d285acd
child 68
6dba71439cd8

Fixed makefile

thermferm/Makefile file | annotate | diff | comparison | revisions
--- a/thermferm/Makefile	Fri Jun 20 17:42:36 2014 +0200
+++ b/thermferm/Makefile	Sun Jun 22 22:11:33 2014 +0200
@@ -23,7 +23,7 @@
 		rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak
 
 install:	all
-		${INSTALL} -c -s -g root -o root -m 0755 thermometers ${BINDIR}
+		${INSTALL} -c -s -g root -o root -m 0755 thermferm ${BINDIR}
 
 filelist:	Makefile
 		BASE=`pwd`; \

mercurial