Files
gabarit/priv/Makefile
2023-11-20 20:32:02 +00:00

11 lines
287 B
Makefile

######################################################################
#
######################################################################
SOURCE ?= https://raw.githubusercontent.com/w3c/xml-entities/gh-pages/unicode.xml
unicode.xml:
curl -so $@ $(SOURCE)
clean:
rm unicode.xml