summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b0f68f4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# Generate the static web site from markdown files.
+build:
+ ./build.sh
+
+# Launch a local web server.
+server:
+ yaegi -e 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'
+
+# Publish on github pages.
+publish:
+ git push