We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f024a commit f6d7fb1Copy full SHA for f6d7fb1
frontpage/Makefile
@@ -1,6 +1,7 @@
1
CWD := $(shell pwd)
2
3
all:
4
+ echo ${CWD}; \
5
cd ..; \
6
git checkout gh-pages; \
7
git checkout master -- README.rst; \
0 commit comments