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