diff options
author | Camil Staps | 2015-08-19 15:17:03 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-19 15:17:03 +0200 |
commit | 8c4d2170b5dbac4d82e2765cc63cfbe1ca9ead9a (patch) | |
tree | 49a8738d019e4e33e20cb46c45b7dada342bd99e /Makefile | |
parent | Setting up (diff) |
tut 8.5 (menu)
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) |