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