From 5403a2deebc2ca19e9d375e3a5cd090ad4ea7757 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Wed, 6 Aug 2014 21:43:27 +0200 Subject: [PATCH] Clean images before doing a run. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5bb2795..10c1a11 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ clean: @rm -f rotation *~ *.o .*.swp *.ppm *.pgm *.pnm cachegrind.out.* callgrind.out.* run: all + @rm -f rotated_*.pnm $(BUILD_DIR)/rotation $(IMG) runall: all