Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.