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

... and the final(?) pieces of the move

parent bd14acb5
Branches
Tags
No related merge requests found
File moved
File moved
......@@ -19,7 +19,7 @@ def run_labcomm(base):
if not os.path.exists("gen/python"):
os.makedirs("gen/python")
cmd = " ".join([
"java -jar ../labComm.jar",
"java -jar ../compiler/labComm.jar",
"--c=gen/c/%s.c" % base,
"--h=gen/c/%s.h" % base,
"--cs=gen/csharp/%s.cs" % base,
......
......@@ -11,7 +11,7 @@ def run_labcomm(base):
if not os.path.exists("gen/java/%s" % base):
os.makedirs("gen/java/%s" % base)
cmd = " ".join([
"java -jar ../labComm.jar",
"java -jar ../compiler/labComm.jar",
"--c=gen/%s.c" % base,
"--h=gen/%s.h" % base,
"--python=gen/%s.py" % base,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment