When running make from root directory, only look for apps in directories,

not in common files ...
master
Nathael Pajani 2022-11-08 19:12:21 +01:00
parent 5d33755a92
commit ad0cf81fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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)