mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
14 lines
118 B
Makefile
14 lines
118 B
Makefile
|
|
# Quiet compilation
|
|
Q=@
|
|
|
|
|
|
|
|
|
|
|
|
out.mpg:
|
|
ffmpeg -f image2 -i images/frame_%04d.ppm out.mpg
|
|
|
|
clean:
|
|
$(Q)rm -f *~ \#*\#
|