From 8c4d2170b5dbac4d82e2765cc63cfbe1ca9ead9a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Aug 2015 15:17:03 +0200 Subject: tut 8.5 (menu) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f0d2dd..25ccd32 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CLM_OPTS=-tst APP_OPTS=-h 512M -ICL=$(wildcard *.icl) +ICL=$(filter-out Notice.icl, $(wildcard *.icl)) EXE=$(patsubst %.icl,%,$(ICL)) all: $(EXE) -- cgit v1.2.3