diff --git a/Makefile b/Makefile index 7069715..3024ed7 100755 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ else endif SOURCE_FILES := $(shell find $(SRC_DIR) -name *.pony) -EXAMPLES := $(notdir $(shell find $(EXAMPLES_DIR)/* -type d)) +EXAMPLES := $(notdir $(shell find $(EXAMPLES_DIR)/* -maxdepth 0 -type d)) EXAMPLES_SOURCE_FILES := $(shell find $(EXAMPLES_DIR) -name *.pony) EXAMPLES_BINARIES := $(addprefix $(BUILD_DIR)/,$(EXAMPLES))