X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=a4cf3b167f04e53e6123027b60956755759d947f;hb=34dfa724f02cd36ff31057ab71ba53ad57fabcb5;hp=f510b383d8066caf1b403bf26d2d354982257ef5;hpb=52f578ee2b3bf45b8db970c6b571257d23078f5c;p=mTask.git diff --git a/Makefile b/Makefile index f510b38..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 mTask Clean\ System\ Files + $(RM) -r $(BINARIES) Clean\ System\ Files