# HG changeset patch # User stephen # Date 1517924015 0 # Node ID 21d3eb44f56a6243a0771849798327a4925e22cf # Parent 9d35ca12c867924c1d9d5a16cce7d694e3711edb raspberry starting; fix makefile a bit diff -r 9d35ca12c867 -r 21d3eb44f56a Makefile --- a/Makefile Wed Mar 08 14:54:57 2017 +0000 +++ b/Makefile Tue Feb 06 13:33:35 2018 +0000 @@ -13,6 +13,14 @@ ker-off: ker-on.c gcc -o ker-off -DUNITTEST -g ker-off.c $(LIBS) +install: install-scripts install-ker + +install-scripts: sleeprtc.sh stbylong.sh stbyshort.sh stopproc.sh + install sleeprtc.sh stbylong.sh stbyshort.sh stopproc.sh /etc/ + +install-ker: ker-on ker-off + install ker-on ker-off /usr/sbin/ + stateManager.o : handlers.h