From: hackbard Date: Thu, 22 May 2003 23:58:27 +0000 (+0000) Subject: initial Makefile X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=82e7e758174a79c438df9c133a5874661ee24253 initial Makefile --- diff --git a/ising/Makefile b/ising/Makefile new file mode 100644 index 0000000..d1fbd53 --- /dev/null +++ b/ising/Makefile @@ -0,0 +1,5 @@ +#!/usr/bin/make + +clean: + rm -f *.aux *.dvi *.log *.pdf *.toc *.log +