From 81ce8a2ee5ddb9727b3dd1f0a4db2c9b14486eea Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 16 Jul 2008 18:36:26 +0000 Subject: [PATCH] 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 --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README 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 + -- 2.26.2