started with interpreter for basic language
[mTask.git] / Makefile
index 104f190..28bd5d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ BINARIES:= mTaskExamples mTaskInterpret
 
 all: $(BINARIES)
 
-%: %.icl $(wildcard *.dcl)
+%: %.icl $(wildcard *.[id]cl)
        $(CLM) $(CLMLIBS) $(CLMFLAGS) $(basename $<) -o $@
 
 clean: