1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: adding build/$(PROGRAM) to .PHONY also

This commit is contained in:
Henrik Hautakoski 2023-05-13 13:30:48 +02:00
parent 1193e57e33
commit 76c6530993

View file

@ -6,7 +6,7 @@ PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc
.PHONY: build test
.PHONY: build build/$(PROGRAM) test
build: build/$(PROGRAM)