Add in the new binary to be used in files found.

This commit is contained in:
Joshua Harlow 2012-06-20 16:06:24 -07:00
parent d221d29fb2
commit 6a3633b4be

View File

@ -1,5 +1,6 @@
CWD=$(shell pwd)
PY_FILES=$(shell find cloudinit bin -name "*.py")
PY_FILES+="bin/cloud-init"
all: test