mirror of
git://git.suckless.org/sbase
synced 2025-01-03 13:42:03 +00:00
1def981831
and add a Makefile in libutf/ to allow auto-generation
7 lines
178 B
Makefile
7 lines
178 B
Makefile
AWK = awk
|
|
UNICODE = http://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
|
|
|
|
default:
|
|
@echo Downloading and parsing $(UNICODE)
|
|
@curl -\# $(UNICODE) | $(AWK) -f mkrunetype.awk
|