added alias file

This commit is contained in:
2021-06-28 20:10:16 +02:00
parent 11689c2e22
commit b77d701595
2 changed files with 20 additions and 4 deletions

View File

@ -16,6 +16,7 @@ install:
chmod 755 $(DESTDIR)/bt
touch $(DATA_DIR)/blacklist
touch $(DATA_DIR)/paired
touch $(DATA_DIR)/alias
uninstall:
rm -f $(DESTDIR)/bt
@ -27,5 +28,6 @@ clear:
mkdir -p $(DATA_DIR)
touch $(DATA_DIR)/paired
touch $(DATA_DIR)/blacklist
touch $(DATA_DIR)/alias
.PHONY: install uninstall clear