Updated Makefile for blacklist file

This commit is contained in:
Alexander Bocken 2020-04-19 10:13:49 +02:00
parent 7520256f12
commit 769135621a

View File

@ -13,8 +13,10 @@ install:
mkdir -p $(DESTDIR)$(PREFIX)
cp -f bthandler $(DESTDIR)$(PREFIX)
chmod 755 $(DESTDIR)$(PREFIX)/bthandler
touch $(DESTDIR)$(PREFIX)/bt_blacklist
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bthandler
rm -f $(DESTDIR)$(PREFIX)/bt_blacklist
.PHONY: install uninstall