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