diff --git a/openldap/Makefile b/openldap/Makefile index 233c57b..892025f 100644 --- a/openldap/Makefile +++ b/openldap/Makefile @@ -16,6 +16,8 @@ gen-cert: .PHONY: clean clean: + docker rm $(CONTAINER) || true + docker rmi unit/slapd rm -f key.pem cert.pem .PHONY: run