1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: Adding install-scripts target.

This commit is contained in:
Henrik Hautakoski 2023-05-14 17:59:20 +02:00
parent 2ffb17a08f
commit 160f2a35f8

View file

@ -18,6 +18,9 @@ install: build
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)
install -m 644 -D config.example.yml $(DESTDIR)$(CFGDIR)/config.yml
install-scripts:
install -m 755 -t $(DESTDIR) scripts/start.sh scripts/stop.sh
test:
$(GO) test -v ./...