From: W. Trevor King Date: Wed, 16 Jul 2008 18:36:26 +0000 (+0000) Subject: added a README explaining how to get the makefile out of sawsim.nw X-Git-Tag: v0.5~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81ce8a2ee5ddb9727b3dd1f0a4db2c9b14486eea;p=sawsim.git added a README explaining how to get the makefile out of sawsim.nw git-svn-id: svn://abax.physics.drexel.edu/sawsim/trunk@2 865a22a6-13cc-4084-8aa6-876098d8aa20 --- diff --git a/README b/README new file mode 100644 index 0000000..85cf3bb --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Warning: also my noweb-training program. + +Extract Makefile and compile with: + $ notangle -Rmakefile sawsim.nw | sed 's/ /\t/' > Makefile + $ make +Run the unit tests with + $ make check +