From 1c00720ff9afdcea07ce305d10a00538d23daf85 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 20 Nov 2023 20:12:56 +0000 Subject: [PATCH] Add Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8b383fc --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +install: + cp gifify ~/.local/bin/gifify + chmod +x ~/.local/bin/gifify + cp *.lua ~/.config/mpv/scripts