From cedb76f729ae0e324992ff0568e299b7cd12f2cd Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 20 Jun 2012 16:06:24 -0700 Subject: 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 -- cgit v1.2.3