summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-24 08:51:25 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-24 08:53:44 (GMT)
commit1bfe748505040acf1514dbc9e3caa07e7d03b24e (patch)
treead842b30b951824095006895f4a5b607385f4ec9 /Makefile
parent7fc4592383cf8b1268cbd92bf43e0d41a651ad78 (diff)
docs: Add .nojeykyll for better github compatiblity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b038685..82e6366 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,9 @@ debug:
-ex "load"
docs:
+ $(RM) -rf docs/build/html/*
$(MAKE) -C docs html
+ touch docs/build/html/.nojekyll
sim: