From 8e122d78be1f3e9b0154ba58eaaf6d2c62940903 Mon Sep 17 00:00:00 2001 From: matthiaskrgr Date: Wed, 27 Mar 2013 19:50:39 +0100 Subject: [PATCH 1/1] Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource-record' (record using ffmpeg) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.39.2