From: matthiaskrgr Date: Wed, 27 Mar 2013 18:50:39 +0000 (+0100) Subject: Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource... X-Git-Tag: before-library~80^2~1 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=8e122d78be1f3e9b0154ba58eaaf6d2c62940903 Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource-record' (record using ffmpeg) --- diff --git a/Makefile b/Makefile index f35de15..f0b3cab 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,9 @@ splint: @ splint $(SPLINTFLAGS) *.c *.h gource: + @ gource $(GOURCEFLAGS) + +gource-record: @ gource $(GOURCEFLAGS) -o - | ffmpeg $(FFMPEGFLAGS) gource.mp4 depend: