aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark E. Shoulson <mark@kli.org>2019-05-30 09:25:00 -0400
committerMark E. Shoulson <mark@kli.org>2019-05-30 09:25:00 -0400
commitc8800eadf3392aa902cef871bbdb7e388d08a881 (patch)
tree5d000dfe890fc30e20069a6b0d2f9545b5c4d47e /Makefile
parentTypos in ⟪⟫, oops. And ⬳ ⟿ added. (diff)
downloaddotXCompose-c8800eadf3392aa902cef871bbdb7e388d08a881.tar.gz
dotXCompose-c8800eadf3392aa902cef871bbdb7e388d08a881.tar.bz2
dotXCompose-c8800eadf3392aa902cef871bbdb7e388d08a881.zip
More emoji, and also math-base and tags-base
Changes languished in my working dir for months, might as well commit & push.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6c5cc50..48602d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,4 @@
-all: emoji.compose modletters.compose
+all: emoji.compose modletters.compose tags.compose maths.compose
-emoji.compose: emoji-base emojitrans2.pl
- ./emojitrans2.pl < $< > $@
-
-modletters.compose: modletters-base emojitrans2.pl
+%.compose: %-base emojitrans2.pl
./emojitrans2.pl < $< > $@