mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource-record' (record using ffmpeg)
This commit is contained in:
parent
58a04a04e5
commit
8e122d78be
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -190,6 +190,9 @@ splint:
|
|||
@ splint $(SPLINTFLAGS) *.c *.h
|
||||
|
||||
gource:
|
||||
@ gource $(GOURCEFLAGS)
|
||||
|
||||
gource-record:
|
||||
@ gource $(GOURCEFLAGS) -o - | ffmpeg $(FFMPEGFLAGS) gource.mp4
|
||||
|
||||
depend:
|
||||
|
|
Loading…
Reference in a new issue