Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
9d153272
Commit
9d153272
authored
Jan 22, 2019
by
Maurice
Browse files
Remove in the temporary Bash Script "./a.out"
parent
3ddc6f84
Pipeline
#99170
passed with stages
in 4 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/emadl/generator/EMADLGenerator.java
View file @
9d153272
...
...
@@ -157,7 +157,6 @@ public class EMADLGenerator {
printWriter
.
println
(
"make"
);
printWriter
.
println
(
"cd CMakeFiles"
);
printWriter
.
println
(
"g++ feature_tests.cxx"
);
printWriter
.
println
(
"./a.out"
);
printWriter
.
close
();
}
catch
(
Exception
e
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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