Converted script to bash instead of needing zsh, cleaned up a bit.

This commit is contained in:
2020-04-18 22:31:45 +02:00
parent 3502382e05
commit 0b9421af97
2 changed files with 12 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# bthandler
# See LICENSE file for copyright and license details.
VERSION = 1.0
VERSION = 1.1
# paths
PREFIX = ~/.local/bin
PREFIX = ~/.local/bin/tools
SRC = bthandler
OBJ = $(SRC:.c=.o)