From 82e7e758174a79c438df9c133a5874661ee24253 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 22 May 2003 23:58:27 +0000 Subject: [PATCH] initial Makefile --- ising/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ising/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 + -- 2.20.1