Makefile - sbase - suckless unix tools
HTML git clone git://git.suckless.org/sbase
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
Makefile (178B)
---
1 AWK = awk
2 UNICODE = http://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
3
4 default:
5 @echo Downloading and parsing $(UNICODE)
6 @curl -\# $(UNICODE) | $(AWK) -f mkrunetype.awk