aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-04 10:48:33 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-04 10:48:33 +0100
commitb5b3af31e507e4cf53ab54a866b88e8331c22750 (patch)
treea4d308c6e6a5568e8f07e2273841b10924083059 /Makefile
parentafad33e23be8f0a73bd2d1e12798cc50e21e5895 (diff)
downloadmitjafelicijan.com-b5b3af31e507e4cf53ab54a866b88e8331c22750.tar.gz
Added ffmpeg note
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ddaac3..efd898a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MAKEFLAGS+=-j3
3dev: watch server 3dev: watch server
4 4
5webring: 5webring:
6 ruby bin/webring.py 6 ruby bin/webring.rb
7 7
8watch: 8watch:
9 jekyll b --watch 9 jekyll b --watch