initial Makefile
authorhackbard <hackbard>
Thu, 22 May 2003 23:58:27 +0000 (23:58 +0000)
committerhackbard <hackbard>
Thu, 22 May 2003 23:58:27 +0000 (23:58 +0000)
ising/Makefile [new file with mode: 0644]

diff --git a/ising/Makefile b/ising/Makefile
new file mode 100644 (file)
index 0000000..d1fbd53
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/make
+
+clean:
+       rm -f *.aux *.dvi *.log *.pdf *.toc *.log
+