Clean images before doing a run.

This commit is contained in:
Fabien Freling 2014-08-06 21:43:27 +02:00
parent df00295cd1
commit 5403a2deeb

View file

@ -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