diff --git a/Makefile b/Makefile index ef14d6c..3925934 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ # bthandler # See LICENSE file for copyright and license details. -include config.mk +VERSION = 1.0 + +# paths +PREFIX = ~/.local/bin SRC = bthandler OBJ = $(SRC:.c=.o) diff --git a/config.mk b/config.mk deleted file mode 100644 index 407a87e..0000000 --- a/config.mk +++ /dev/null @@ -1,6 +0,0 @@ -# dmenu version -VERSION = 1.0 - -# paths -PREFIX = ~/.local/bin -