Browse Source

tikz plots

Juan Batiz-Benet 11 years ago
parent
commit
e6c319c16d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      paper/Makefile

+ 2 - 2
paper/Makefile

@@ -2,10 +2,10 @@
 all: gfs.pdf
 
 gfs.pdf: gfs.tex
-	pdflatex gfs.tex
+	pdflatex --shell-escape gfs.tex
 
 clean:
-	rm *.bbl *.aux *.dvi *.blg *.log
+	rm *.bbl *.aux *.dvi *.blg *.log *.gnuplot *.table
 
 watch:
 	-make