From: Mart Lubbers Date: Sun, 6 Dec 2015 18:09:03 +0000 (+0100) Subject: 11 ingeleverd X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=3fe017442bb42eb4bb2c09294a05ff94768a38ce;p=ap2015.git 11 ingeleverd --- diff --git a/a11/mart/Makefile b/a11/mart/Makefile index 5903bd5..ab64404 100644 --- a/a11/mart/Makefile +++ b/a11/mart/Makefile @@ -1,12 +1,9 @@ CLEANEXES:=skeleton11 CLM:=clm -CLMFLAGS:=-IL ../lib/StdLib -IL ../lib/Generics +CLMFLAGS:= all: $(CLEANEXES) -%.exe: %.prj - $(CPM) project $< build - %: %.icl $(CLM) $(CLMFLAGS) $(basename $<) -o $@ diff --git a/a11/mart/skeleton11.icl b/a11/mart/skeleton11.icl index 2de15e5..19594d4 100644 --- a/a11/mart/skeleton11.icl +++ b/a11/mart/skeleton11.icl @@ -1,5 +1,6 @@ module skeleton11 - +//Mart Lubbers s4109503 +//Charlie Gerhardus s3050009 import StdEnv :: Prog :== [Instr]