diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |