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

Rename cmd/main/main.go to cmd/thalos/main.go

This commit is contained in:
Henrik Hautakoski 2023-05-13 13:21:42 +02:00
parent 49725d6b39
commit ed4cc9d1e6
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ CFGDIR=$(PREFIX)/etc
build: build/$(PROGRAM)
build/$(PROGRAM) :
$(GO) build -o $@ cmd/main/main.go
$(GO) build -o $@ cmd/thalos/main.go
install: build
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)