Extract tags
This commit is contained in:
8
Makefile
8
Makefile
@@ -30,11 +30,11 @@ target/debug/elmojinput: js/main.js src/**
|
||||
target/release/elmojinput: js/main.min.js src/**
|
||||
cargo build --release
|
||||
|
||||
js/emoji.txt:
|
||||
@curl https://unicode.org/Public/emoji/14.0/emoji-test.txt -o $(BUILD_DIR)/emoji.txt
|
||||
js/emoji.html:
|
||||
@curl https://unicode.org/emoji/charts/emoji-list.html -o $(BUILD_DIR)/emoji.html
|
||||
|
||||
elm/Emoji.elm: js/emoji.txt extract.js
|
||||
elm/Emoji.elm: js/emoji.html extract.js
|
||||
@node extract.js > elm/Emoji.elm
|
||||
|
||||
clean:
|
||||
@rm -rf $(BUILD_DIR)/{main.js,main.min.js,emoji.txt} elm/Emoji.elm
|
||||
@rm -rf $(BUILD_DIR)/{main.js,main.min.js,emoji.html} elm/Emoji.elm
|
||||
|
||||
Reference in New Issue
Block a user