1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-19 05:10:02 +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/$(PROGRAM_NAME) : $(SOURCES)
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $<
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $^
deps:
$(GO) get $(DEPENDANCIES)