Clean images before doing a run.
This commit is contained in:
parent
df00295cd1
commit
5403a2deeb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue