Makefile in rimless-0.1.4 vs Makefile in rimless-0.2.0
- old
+ new
@@ -114,10 +114,10 @@
endif
clean-images:
# Clean build images
ifeq ($(MAKE_ENV),docker)
- @-$(DOCKER) images | $(GREP) hausgold-sdk \
+ @-$(DOCKER) images | $(GREP) rimless \
| $(AWK) '{ print $$3 }' \
| $(XARGS) -rn1 $(DOCKER) rmi -f
endif
distclean: clean clean-containers clean-images