Files
sbase/libutf/Makefile
T

7 lines
178 B
Makefile
Raw Normal View History

2015-02-23 20:33:38 +01:00
AWK = awk
UNICODE = http://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
default:
@echo Downloading and parsing $(UNICODE)
@curl -\# $(UNICODE) | $(AWK) -f mkrunetype.awk