ocarina/README
Anna Schumaker 0cf38aaf56 Introduce README
README has basic commands for building / cleaning
I also update the DESIGN file a bit.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:57:04 -04:00

12 lines
97 B
Plaintext

Build:
$ scons
Clean:
$ scons -c
Build tests:
$ scons tests
Clean tests:
$ scons -c tests