Skip to content

Commit

Permalink
Add build.sh for easy building
Browse files Browse the repository at this point in the history
  • Loading branch information
CelesteBlue-dev committed Mar 7, 2018
1 parent de2402f commit 7a517bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd kernel
mkdir build
cd build
cmake ..
make clean
make install
cd ../..

0 comments on commit 7a517bd

Please sign in to comment.