simplified makefile

This commit is contained in:
Alexander Bocken 2020-04-18 21:53:07 +02:00
parent 47c4013835
commit 3502382e05
2 changed files with 4 additions and 7 deletions

View File

@ -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)

View File

@ -1,6 +0,0 @@
# dmenu version
VERSION = 1.0
# paths
PREFIX = ~/.local/bin