aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)