From 6a3633b4be07079a9ba9a4bdbe9c69aac755b0a3 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 20 Jun 2012 16:06:24 -0700 Subject: [PATCH] Add in the new binary to be used in files found. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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