From f64444fb2a67ee84e973d894fbad7e2222a7767a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 23 Aug 2015 17:31:44 +0200 Subject: Tut 6.7 (mousespotting, keyspotting); tut 11.3.2 (stopwatch) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25ccd32..94cd5dd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CLM_OPTS=-tst APP_OPTS=-h 512M -ICL=$(filter-out Notice.icl, $(wildcard *.icl)) +ICL=$(filter-out Notice.icl tut11_3_2_stopwatch.icl, $(wildcard *.icl)) EXE=$(patsubst %.icl,%,$(ICL)) all: $(EXE) -- cgit v1.2.3