diff --git a/examples/simple/compile.sh b/examples/simple/compile.sh index 6fbb8a5e619f1c881eface0ce087cb49b6499d54..50538af7800a79754f32d0a7baf16b11393b9801 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