Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hans Vrapi
Storm-bn
Commits
28b5a032
Commit
28b5a032
authored
May 17, 2022
by
Hans Vrapi
Browse files
add last changes to bash file
parent
91bd5121
Changes
1
Hide whitespace changes
Inline
Side-by-side
feasibility_analysis/perform_feasibility_analysis.sh
View file @
28b5a032
...
...
@@ -2,10 +2,9 @@
#build storm
cd
storm
if
[
-d
"build"
]
;
then
rm
-r
-y
build
if
[
!
-d
"build"
]
;
then
mkdir
build
fi
mkdir
build
cd
build
cmake ..
make
...
...
Write
Preview
Supports
Markdown
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