Skip to content

Commit

Permalink
initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 27, 1999
1 parent c94b368 commit c590dd8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions buildall.sh
@@ -0,0 +1,16 @@
#!/bin/sh

cd BASIClib
make clean
make linux

cd ../libgc
make clean
make linux

cd ../tools/testlib
make clean
make linux

echo "All done!"

0 comments on commit c590dd8

Please sign in to comment.