simplified makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user