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