summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f9f074f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: build
-
-build:
- nix-shell --run "emanote gen public/"
-
-deploy: build
- rsync -arP ./public/ as:/srv/knowledge.beyermatthi.as/
-
-watch:
- nix-shell --run "PORT=8008 emanote"