mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +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 -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)
|
||||||
install -m 644 -D config.example.yml $(DESTDIR)$(CFGDIR)/config.yml
|
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:
|
test:
|
||||||
$(GO) test -v ./...
|
$(GO) test -v ./...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue