view tests/emu/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
line wrap: on
line source
#!/bin/bash
cp ../../emu/mem.c .
cp ../../emu/mem.h .
gcc -std=c89 mem.c test_mem.c -o test_mem