sbase

Unnamed repository; edit this file 'description' to name the repository.
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