From 2f87b04450a2f84229386850ceb71466c8f6aab1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Dec 2019 12:33:17 -0800 Subject: Makefile - fix emoji.json path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acf5e047a..fe2bd08c1 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ download_stats: curl https://api.github.com/repos/jgm/pandoc/releases | \ jq -r '.[] | .assets | .[] | "\(.download_count)\t\(.name)"' -data/emoji.json: +emoji.json: curl https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json | jq '[.[] | {emoji: .emoji, aliases: .aliases}]' > $@ pandoc-templates: -- cgit v1.2.3