added a README explaining how to get the makefile out of sawsim.nw
[sawsim.git] / README
1 Warning: also my noweb-training program.
2
3 Extract Makefile and compile with:
4  $ notangle -Rmakefile sawsim.nw | sed 's/        /\t/' > Makefile
5  $ make
6 Run the unit tests with
7  $ make check
8