From: Nathael Pajani Date: Tue, 8 Nov 2022 18:12:21 +0000 (+0100) Subject: When running make from root directory, only look for apps in directories, X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=ad0cf81fa7bb32ceb4f375d2d45abca72b688978;p=soft%2Flpc122x%2Fcore When running make from root directory, only look for apps in directories, not in common files ... --- diff --git a/Makefile b/Makefile index 9d2ec29..ff76888 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ LDFLAGS = -static $(LD_DEBUG) -nostartfiles -nostdlib -Tlpc_link_$(LPC).ld \ -Wl,-Map=$(TARGET_DIR)/lpc_map_$(LPC).map -APPS = $(subst apps/,,$(wildcard apps/*/*)) +APPS = $(subst apps/,,$(wildcard apps/*/*/))) .PHONY: all $(APPS) all: $(APPS)