[build] add bin/pdata_tools to the PROGRAMS var so 'make clean' removes it
This commit is contained in:
parent
99d851cd29
commit
b2d7dec460
@ -16,11 +16,13 @@
|
||||
# with thin-provisioning-tools. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
.PHONY: all
|
||||
|
||||
V=@
|
||||
|
||||
all: bin/pdata_tools
|
||||
PROGRAMS=\
|
||||
bin/pdata_tools
|
||||
|
||||
.PHONY: all
|
||||
all: $(PROGRAMS)
|
||||
|
||||
SOURCE=\
|
||||
base/application.cc \
|
||||
|
Loading…
Reference in New Issue
Block a user