Mercurial > hg > ede
view build.sh @ 40:6b947f6d69d9
more docs and last minute bug fixes
author | james <jb302@eecs.qmul.ac.uk> |
---|---|
date | Tue, 22 Apr 2014 00:21:59 +0100 |
parents | 4411dee34085 |
children |
line wrap: on
line source
#!/bin/bash # build PC emu and make sure old build is dead gcc -std=c89 emu/main.c emu/mem.c emu/iset.c -o bin/emu killall emu; rm out;