annotate build.sh @ 42:792da050d8c4 tip

more dox
author james <jb302@eecs.qmul.ac.uk>
date Tue, 22 Apr 2014 14:25:14 +0100
parents 4411dee34085
children
rev   line source
jb302@28 1 #!/bin/bash
jb302@34 2 # build PC emu and make sure old build is dead
jb302@29 3 gcc -std=c89 emu/main.c emu/mem.c emu/iset.c -o bin/emu
jb302@28 4 killall emu;
jb302@28 5 rm out;