summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb5ef3e..658e764 100755
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ VERSION=$(shell dpkg-parsechangelog --show-field Version)
TGZNAME=$(PROJECTNAME)-$(VERSION).tar.xz
INCLUDES=-I.
-HEADERS=config.h qrcode.h storage.h whiteboard.h compiledsql.h
+HEADERS=config.h qrcode.h storage.h whiteboard.h compiledsql.h connectionregistry.h
SOURCES=$(HEADERS:.h=.cpp)
OBJECTS=$(HEADERS:.h=.o)
TARGETS=whiteboard
@@ -21,7 +21,7 @@ TARGETS=whiteboard
build: $(TARGETS)
all: build
- ./start.sh
+ ./whiteboard -c whiteboard.conf
install:
mkdir -p $(DESTDIR)/usr/bin