From 3fe017442bb42eb4bb2c09294a05ff94768a38ce Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 6 Dec 2015 19:09:03 +0100 Subject: [PATCH] 11 ingeleverd --- a11/mart/Makefile | 5 +---- a11/mart/skeleton11.icl | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) 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] -- 2.20.1