From f83a6678348ecb7d632d9b51f242ef2b829952c4 Mon Sep 17 00:00:00 2001
From: Sven Robertz <sven@cs.lth.se>
Date: Tue, 2 Jul 2013 16:16:37 +0200
Subject: [PATCH] adapted compile script

---
 examples/simple/compile.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/simple/compile.sh b/examples/simple/compile.sh
index 6fbb8a5..50538af 100644
--- a/examples/simple/compile.sh
+++ b/examples/simple/compile.sh
@@ -1,5 +1,4 @@
-#(cd ../../lib/c; make -e LABCOMM_NO_EXPERIMENTAL=true)
-(cd ../../compiler ; ant jar)
+(cd ../..; make all)
 
 mkdir -p gen
 java -jar ../../compiler/labComm.jar --java=gen --c=gen/simple.c --h=gen/simple.h  --python=gen/simple.py simple.lc 
-- 
GitLab