[build] add bin/pdata_tools to the PROGRAMS var so 'make clean' removes it

This commit is contained in:
Joe Thornber 2014-09-01 15:10:32 +01:00
parent 99d851cd29
commit b2d7dec460
1 changed files with 5 additions and 3 deletions

View File

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