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

Make: minor fix.

This commit is contained in:
Henrik Hautakoski 2020-06-11 18:16:38 +02:00
parent 4f1fd33ac7
commit 83688c4b48

View file

@ -14,7 +14,7 @@ all: build
build: build/$(PROGRAM_NAME) build: build/$(PROGRAM_NAME)
build/$(PROGRAM_NAME) : $(SOURCES) build/$(PROGRAM_NAME) : $(SOURCES)
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $< $(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $^
deps: deps:
$(GO) get $(DEPENDANCIES) $(GO) get $(DEPENDANCIES)