1
0
Fork 0
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:
Henrik Hautakoski 2022-03-02 15:23:50 +01:00
parent 46fd016d10
commit bc3f859a8e
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -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)