simplified makefile
This commit is contained in:
parent
47c4013835
commit
3502382e05
5
Makefile
5
Makefile
@ -1,7 +1,10 @@
|
|||||||
# bthandler
|
# bthandler
|
||||||
# See LICENSE file for copyright and license details.
|
# See LICENSE file for copyright and license details.
|
||||||
|
|
||||||
include config.mk
|
VERSION = 1.0
|
||||||
|
|
||||||
|
# paths
|
||||||
|
PREFIX = ~/.local/bin
|
||||||
|
|
||||||
SRC = bthandler
|
SRC = bthandler
|
||||||
OBJ = $(SRC:.c=.o)
|
OBJ = $(SRC:.c=.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user