Skip to content

Commit

Permalink
Add script to build all modules.
Browse files Browse the repository at this point in the history
Should be replaced by a “meta”-makefile.
  • Loading branch information
svenpilz committed Aug 19, 2013
1 parent a867f2a commit 92975fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

cd src/lib/c
make
cd ../..
cd kernel
make

0 comments on commit 92975fc

Please sign in to comment.