We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37014d5 commit 9575eaeCopy full SHA for 9575eae
demo/screengrabs/Makefile
@@ -1,8 +1,8 @@
1
-INSTALL_PATH ?= ../../website/src/components/screengrabs
+INSTALL_PATH ?= ../../website/src/components/Screengrabs
2
all: build-all install
3
4
# Write to /website/static/screengrab/
5
-install:
+install:
6
@echo "Installing screengrabs to $(INSTALL_PATH)"
7
@mkdir -p $(INSTALL_PATH)
8
@cp -a artifacts/* $(INSTALL_PATH)
0 commit comments