[CORD-2032]

Fix issue with clean-profile's deletion of cord_profile directory
breaking corddev VM

Change-Id: I0e74126b91ef9ce41be1ac1ee4d103f859d3356b
diff --git a/Makefile b/Makefile
index b159e46..0834fb7 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@
 	rm -f $(CONFIG_FILES)
 
 clean-profile:
-	rm -rf $(CONFIG_CORD_PROFILE_DIR)
+	rm -rf $(CONFIG_CORD_PROFILE_DIR)/*
 	rm -f $(M)/cord-config $(M)/copy-config $(M)/onboard-profile $(M)/local-onboard-profile $(M)/onboard-openstack $(M)/refresh-fabric
 
 clean-all: virsh-domain-destroy vagrant-destroy clean-profile clean-genconfig