Merge branch 'master' of https://github.com/dopefishh/tt2015
[tt2015.git] / a3 / code / Makefile
diff --git a/a3/code/Makefile b/a3/code/Makefile
deleted file mode 100644 (file)
index 25326c0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-CLMFLAGS:=\
-       -I $(CURDIR)/Gast\
-       -I $(CURDIR)/Generics\
-       -IL ../lib/MersenneTwister\
-       -IL ../lib/StdLib\
-       -IL ../lib/TCPIP
-CLM:=~/clean/bin/clm
-PROGS:=tcpmodel
-
-all: $(PROGS)
-
-%: %.icl
-       $(CLM) $(CLMFLAGS) $(basename $<) -o $@
-
-clean:
-       $(RM) -r "Clean System Files" a.out $(PROGS)