Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
f83a6678
Commit
f83a6678
authored
Jul 02, 2013
by
Sven Robertz
Browse files
adapted compile script
parent
1b271d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/simple/compile.sh
View file @
f83a6678
#(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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment