Clean images before doing a run.
This commit is contained in:
parent
df00295cd1
commit
5403a2deeb
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ clean:
|
||||||
@rm -f rotation *~ *.o .*.swp *.ppm *.pgm *.pnm cachegrind.out.* callgrind.out.*
|
@rm -f rotation *~ *.o .*.swp *.ppm *.pgm *.pnm cachegrind.out.* callgrind.out.*
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
|
@rm -f rotated_*.pnm
|
||||||
$(BUILD_DIR)/rotation $(IMG)
|
$(BUILD_DIR)/rotation $(IMG)
|
||||||
|
|
||||||
runall: all
|
runall: all
|
||||||
|
|
Loading…
Reference in a new issue