mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +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
|
BINDIR=$(PREFIX)/bin
|
||||||
CFGDIR=$(PREFIX)/etc
|
CFGDIR=$(PREFIX)/etc
|
||||||
|
|
||||||
.PHONY: build test
|
.PHONY: build build/$(PROGRAM) test
|
||||||
|
|
||||||
build: build/$(PROGRAM)
|
build: build/$(PROGRAM)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue