From: Nathael Pajani Date: Sat, 11 Feb 2023 12:03:30 +0000 (+0100) Subject: Update Makefile to prevent build of host apps with target compiler X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;p=soft%2Flpc82x%2Fcore Update Makefile to prevent build of host apps with target compiler --- diff --git a/Makefile b/Makefile index 4845b12..cb79d42 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,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/*/[!host]*)) .PHONY: all $(APPS) all: $(APPS)