Skip to content

Commit

Permalink
Clean-up root dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Feb 7, 2022
1 parent e208e3b commit c6c2f19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ rm -fr ext/NeuroML2
git submodule update --init

cd ext/LEMS
git apply ../../lems.patch
git apply ../lems.patch
cd ../..

cd ext/NeuroML2
git apply ../../nml.patch
git apply ../nml.patch
cd ../..

cargo run --bin schema
File renamed without changes.
File renamed without changes.

0 comments on commit c6c2f19

Please sign in to comment.