X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=a4cf3b167f04e53e6123027b60956755759d947f;hb=34dfa724f02cd36ff31057ab71ba53ad57fabcb5;hp=b8ba871ff89ffa9f1880074c992f92451cf594bb;hpb=e25fda18ca554ec3fe937152403872b916367ddb;p=mTask.git diff --git a/Makefile b/Makefile index b8ba871..a4cf3b1 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,12 @@ CLMLIBS:=\ -I $(CLEAN_HOME)/lib/TCPIP\ -I ./CleanSerial -all: mTaskExamples +BINARIES:= mTaskExamples mTaskInterpret -%: %.icl +all: $(BINARIES) + +%: %.icl $(wildcard *.dcl) $(CLM) $(CLMLIBS) $(CLMFLAGS) $(basename $<) -o $@ clean: - $(RM) -r mTaskExamples Clean\ System\ Files + $(RM) -r $(BINARIES) Clean\ System\ Files