summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78a410c..259d96a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,14 @@ XNAME = monte_carlo.x
all: clean build run plot
clean:
- rm -f *.x *.out *.mod
+ rm -f *.x *.out *.mod *.tex *.pdf
build: main.f90
$(FC) $(FFLAGS) main.f90 -o $(XNAME)
run: build
./$(XNAME)
+ ./extract_percent_diff.sh
plot: run
gnuplot plot.gnu