diff --git a/Makefile b/Makefile index 213e264..070ed8a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ endif PONYC := $(PONYC) $(SSL) 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))