mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 04:37:15 -06:00
Initial commit
This commit is contained in:
+8
@@ -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