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:
parent
de7c1b160c
commit
39135ab781
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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 ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue