mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-15 04:18:36 +00:00
Vincent Batts
62919c069f
Per https://github.com/vbatts/emojisum/issues/5 there are some options in this list that are better expressed as a unicode codepoint. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
7 lines
99 B
Makefile
7 lines
99 B
Makefile
|
|
|
|
.PHONY: map_gen.go
|
|
map_gen.go: map.go emojimap.json map_gen.tmpl
|
|
rm -f map_gen.go
|
|
go generate
|
|
|