diff options
author | Camil Staps | 2015-08-23 17:31:44 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-23 17:31:44 +0200 |
commit | f64444fb2a67ee84e973d894fbad7e2222a7767a (patch) | |
tree | bba2f2994a61830747e9619453e2c33fbbebd559 /Makefile | |
parent | Tut 12.1 Simple clipboard editor (diff) |
Tut 6.7 (mousespotting, keyspotting); tut 11.3.2 (stopwatch)
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=$(filter-out Notice.icl, $(wildcard *.icl)) +ICL=$(filter-out Notice.icl tut11_3_2_stopwatch.icl, $(wildcard *.icl)) EXE=$(patsubst %.icl,%,$(ICL)) all: $(EXE) |