diff --git a/Makefile b/Makefile index 4907008..a367a87 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ALL=$(shell find . -name '???*' -type d -printf '%p.tar.gz\n') +ALL=$(shell find . -name '???*' -maxdepth 1 -type d -printf '%p.tar.gz\n') default: $(ALL)