Add mkrunetype.awk
and add a Makefile in libutf/ to allow auto-generation
This commit is contained in:
6
libutf/Makefile
Normal file
6
libutf/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
AWK = awk
|
||||
UNICODE = http://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
|
||||
|
||||
default:
|
||||
@echo Downloading and parsing $(UNICODE)
|
||||
@curl -\# $(UNICODE) | $(AWK) -f mkrunetype.awk
|
Reference in New Issue
Block a user