Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource-record' (record using ffmpeg)

This commit is contained in:
matthiaskrgr 2013-03-27 19:50:39 +01:00
parent 58a04a04e5
commit 8e122d78be

View file

@ -190,6 +190,9 @@ splint:
@ splint $(SPLINTFLAGS) *.c *.h
gource:
@ gource $(GOURCEFLAGS)
gource-record:
@ gource $(GOURCEFLAGS) -o - | ffmpeg $(FFMPEGFLAGS) gource.mp4
depend: