summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-12-28 22:57:17 -0500
committerknolax <1339802534.kk@gmail.com>2017-12-28 22:57:17 -0500
commit1e83a1e789b55e829f9cfe0f90ee8b50c07c3e31 (patch)
treed5283bae6160674b2ae82a1e66a6cb1fa0e075da /Makefile
parent69928cf307b64887f791597df3a0c6b1261dcc27 (diff)
fixed systemd unit file and added a daemon reload to the install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5daf5b4..d450668 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ install:
depmod
cp skey.dtbo /boot/overlays/skey.dtbo
cp skey.service /etc/systemd/system/skey.service
+ systemctl daemon-reload
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean