1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00

makefile: adding build-deb target.

This commit is contained in:
Henrik Hautakoski 2024-02-19 15:02:18 +01:00
parent de7c1b160c
commit 39135ab781

View file

@ -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 ./...