1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-03 11:53:43 +02:00

Makefile: in build target, skip creating build/.buildinfo. its not needed.

This commit is contained in:
Henrik Hautakoski 2022-08-21 20:08:01 +02:00
parent fe1beaa616
commit e44a5ab86e
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -17,7 +17,6 @@ build: build/$(PROGRAM_NAME)
build/$(PROGRAM_NAME) : $(SOURCES) build/$(PROGRAM_NAME) : $(SOURCES)
$(GO) build -o $@ $(GOBUILDFLAGS) $^ $(GO) build -o $@ $(GOBUILDFLAGS) $^
$(GO) env > build/.buildinfo
test: test:
$(GO) test -v ./... $(GO) test -v ./...