summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-20 16:06:24 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-20 16:06:24 -0700
commitcedb76f729ae0e324992ff0568e299b7cd12f2cd (patch)
treebbd0d91f2f0057a9b945e9c7c4f59667eeb9928a /Makefile
parent25403168cea7b0ece56bc98a0b3ed05043182c91 (diff)
downloadvyos-cloud-init-cedb76f729ae0e324992ff0568e299b7cd12f2cd.tar.gz
vyos-cloud-init-cedb76f729ae0e324992ff0568e299b7cd12f2cd.zip
Add in the new binary to be used in files found.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 683475fd..82c5dedb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CWD=$(shell pwd)
PY_FILES=$(shell find cloudinit bin -name "*.py")
+PY_FILES+="bin/cloud-init"
all: test