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:
parent
1193e57e33
commit
76c6530993
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ PREFIX=/usr/local
|
|||
BINDIR=$(PREFIX)/bin
|
||||
CFGDIR=$(PREFIX)/etc
|
||||
|
||||
.PHONY: build test
|
||||
.PHONY: build build/$(PROGRAM) test
|
||||
|
||||
build: build/$(PROGRAM)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue