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:
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)
|
build/$(PROGRAM_NAME) : $(SOURCES)
|
||||||
$(GO) build -o $@ $(GOBUILDFLAGS) $^
|
$(GO) build -o $@ $(GOBUILDFLAGS) $^
|
||||||
$(GO) env > build/.buildinfo
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(GO) test -v ./...
|
$(GO) test -v ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue