mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Makefile: in build target, skip creating build/.buildinfo. its not needed.
This commit is contained in:
parent
fe1beaa616
commit
e44a5ab86e
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -17,7 +17,6 @@ build: build/$(PROGRAM_NAME)
|
|||
|
||||
build/$(PROGRAM_NAME) : $(SOURCES)
|
||||
$(GO) build -o $@ $(GOBUILDFLAGS) $^
|
||||
$(GO) env > build/.buildinfo
|
||||
|
||||
test:
|
||||
$(GO) test -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue