summaryrefslogtreecommitdiff
path: root/util/sbase/libutf/Makefile
blob: aac2d2e6ffcb54f630e32924b7d3a08bb488726d (plain)
1
2
3
4
5
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