diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-20 16:06:24 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-20 16:06:24 -0700 |
commit | cedb76f729ae0e324992ff0568e299b7cd12f2cd (patch) | |
tree | bbd0d91f2f0057a9b945e9c7c4f59667eeb9928a /Makefile | |
parent | 25403168cea7b0ece56bc98a0b3ed05043182c91 (diff) | |
download | vyos-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ CWD=$(shell pwd) PY_FILES=$(shell find cloudinit bin -name "*.py") +PY_FILES+="bin/cloud-init" all: test |