diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ all: git pull mkdocs build --clean 2>&1 | grep -v "Warning: Click detected the use of the unicode_literals" + +.PHONY: clean +clean: + rm -Rf site |
![]() |
index : gocryptfs-website | |
Mirror of gocryptfs-website repo on Github | https://github.com/rfjakob/gocryptfs-website |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 4 |
@@ -1,3 +1,7 @@ all: git pull mkdocs build --clean 2>&1 | grep -v "Warning: Click detected the use of the unicode_literals" + +.PHONY: clean +clean: + rm -Rf site |