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
0c4d89b5
Commit
0c4d89b5
authored
Jan 23, 2019
by
Maurice
Browse files
Bug fixes
parent
32700381
Pipeline
#99309
passed with stages
in 6 minutes and 28 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 @
0c4d89b5
...
...
@@ -152,7 +152,8 @@ public class EMADLGenerator {
printWriter
.
println
(
"#!/bin/bash"
);
printWriter
.
println
(
"cd "
+
getGenerationTargetPath
());
printWriter
.
println
(
"mkdir build | cd build"
);
printWriter
.
println
(
"mkdir build"
);
printWriter
.
println
(
"cd build"
);
printWriter
.
println
(
"cmake .."
);
printWriter
.
println
(
"make"
);
printWriter
.
println
(
"cd CMakeFiles"
);
...
...
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