mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Makefile: add .PHONY target
This commit is contained in:
parent
46fd016d10
commit
bc3f859a8e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -11,6 +11,7 @@ DEPENDANCIES= github.com/firstrow/tcp_server \
|
|||
github.com/imroc/req \
|
||||
github.com/pborman/getopt/v2
|
||||
|
||||
.PHONY: all build/$(PROGRAM_NAME) clean
|
||||
all: build
|
||||
build: build/$(PROGRAM_NAME)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue