Skip to content

Commit

Permalink
Builds in correct order, set -e used to stop if there's a problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 2, 2000
1 parent adc01f3 commit 0da1819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildall.sh
@@ -1,10 +1,12 @@
#!/bin/sh

cd BASIClib
set -e

cd ../libgc
make clean
make linux

cd ../libgc
cd BASIClib
make clean
make linux

Expand Down

0 comments on commit 0da1819

Please sign in to comment.