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 00000000..dc8268d8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
1all: install build serve
2
3install: venv
4 python3 -m venv ./venv
5 ./venv/bin/pip install -U "Nikola[extras]"
6
7build:
8 ./venv/bin/nikola build --backend=sqlite3
9
10serve:
11 ./venv/bin/nikola auto --backend=sqlite3