aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0d7d51..0145d23 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ endif
all : fourier
+pngs : res/f1_dft.png res/f1_original.png res/f2_dft.png \
+ res/f2_filtered.png res/f2_original.png
+
fourier : src/fourier.f90
$(FC) $(FFLAGS) $^ -o $@
@@ -53,4 +56,4 @@ res/%.png : src/%.gnuplot res/%.txt
clean :
-rm fourier res/*.txt
-.PHONY : all clean
+.PHONY : all clean pngs