view build.sh @ 32:b4a4ae2f127e

commit
author james <jb302@eecs.qmul.ac.uk>
date Tue, 15 Apr 2014 15:09:04 +0100
parents 83e80c2c489c
children 4411dee34085
line wrap: on
line source
#!/bin/bash
gcc -std=c89 emu/main.c emu/mem.c emu/iset.c -o bin/emu
killall emu;
rm out;

#cd dbg/
#ipython -i dbg.py