Files
just-the-docs/node_modules/css-color-names/Makefile
Patrick Marsceill b7b0d0d7bf Initial commit
2017-03-09 13:16:08 -05:00

9 lines
118 B
Makefile

FILE = css-color-names.json
all:
./getcolors.sh | ./stringify.js > $(FILE)
clean:
rm -f $(FILE)
.PHONY: all clean