base: Remove directory as there is nothing left

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-26 13:46:58 +01:00
parent 6240f73bd7
commit a00d0c77d1

View File

@ -1,10 +0,0 @@
DIRS = $(shell find . -type d -depth 1)
.PHONY: clean dirs $(DIRS)
push: $(DIRS)
$(DIRS):
$(MAKE) -C $@
clean:
rm -f hash