diff --git a/Makefile b/Makefile index 57567ad..a9d2b82 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ install: build tools install-scripts: install -m 755 -t $(DESTDIR) scripts/start.sh scripts/stop.sh +build-deb: + dpkg-buildpackage -b -us -uc + test: $(GO) test -v ./...