From b9fde6e6f503e29e1b0748c3dc12b7df3894526a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 19 Sep 2021 14:57:57 -0400 Subject: [PATCH] Add local resources to makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 887035c..70a923e 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ BIN = ./bin PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -DATA = /usr/share/dashboard +#DATA = /usr/share/dashboard +DATA = $(shell pwd) DATA_IMG = $(DATA)/img DATA_FONT = $(DATA)/font