Skip to content
Snippets Groups Projects
Commit f83a6678 authored by Sven Robertz's avatar Sven Robertz
Browse files

adapted compile script

parent 1b271d44
No related branches found
No related tags found
No related merge requests found
#(cd ../../lib/c; make -e LABCOMM_NO_EXPERIMENTAL=true) (cd ../..; make all)
(cd ../../compiler ; ant jar)
mkdir -p gen mkdir -p gen
java -jar ../../compiler/labComm.jar --java=gen --c=gen/simple.c --h=gen/simple.h --python=gen/simple.py simple.lc java -jar ../../compiler/labComm.jar --java=gen --c=gen/simple.c --h=gen/simple.h --python=gen/simple.py simple.lc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment