Makefile target to rebuild the gif file on the README

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-09-05 09:22:18 +02:00
parent ec20e02534
commit 14d2454633
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
tty.gif
ttyrecord
+7
View File
@@ -0,0 +1,7 @@
kapow.gif: tty.gif
cp tty.gif kapow.gif
tty.gif: ttyrecord
WINDOWID=$(shell xdotool getwindowfocus) ttygif ttyrecord
ttyrecord:
stty cols 110
ttyrec -e bash ttyrecord