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:
parent
4f1fd33ac7
commit
83688c4b48
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue