mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Initial commit
This commit is contained in:
8
node_modules/css-color-names/Makefile
generated
vendored
Normal file
8
node_modules/css-color-names/Makefile
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
FILE = css-color-names.json
|
||||
|
||||
all:
|
||||
./getcolors.sh | ./stringify.js > $(FILE)
|
||||
clean:
|
||||
rm -f $(FILE)
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user