1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00

move main.go to cmd/main/main.go

This commit is contained in:
Henrik Hautakoski 2023-03-29 11:55:13 +02:00
parent 1f09993925
commit 0034225e7a
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ PROGRAM=build/eosio-ship-trace-reader
.PHONY: $(PROGRAM) test
$(PROGRAM) :
$(GO) build -o $@
$(GO) build -o $@ cmd/main/main.go
test:
$(GO) test -v ./...