aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 15:17:03 +0200
committerCamil Staps2015-08-19 15:17:03 +0200
commit8c4d2170b5dbac4d82e2765cc63cfbe1ca9ead9a (patch)
tree49a8738d019e4e33e20cb46c45b7dada342bd99e /Makefile
parentSetting up (diff)
tut 8.5 (menu)
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)