diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |