From 045f1850fd8ed0445705155777d94e3bdc4fa196 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Fri, 2 Dec 2016 09:23:00 -0500 Subject: Added more emoji, including big lists of (raw) new characters from other blocks and unicode 9.0 Also added makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7830fc1 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: emoji.compose + +emoji.compose: emoji-base emojitrans2.pl + ./emojitrans2.pl < emoji-base > emoji.compose -- cgit v1.2.3