projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe0332
)
added a README explaining how to get the makefile out of sawsim.nw
author
W. Trevor King
<wking@drexel.edu>
Wed, 16 Jul 2008 18:36:26 +0000
(18:36 +0000)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 16 Jul 2008 18:36:26 +0000
(18:36 +0000)
git-svn-id: svn://abax.physics.drexel.edu/sawsim/trunk@2
865a22a6
-13cc-4084-8aa6-
876098d8aa20
README
[new file with mode: 0644]
patch
|
blob
diff --git a/README
b/README
new file mode 100644
(file)
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
+