summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-06 11:45:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-06 11:45:25 +0200
commiteb95ad1dfbcf5d87bdd8205da4238ef46a67dd76 (patch)
tree79cfdb885d1ea04b8a0082007eecbd1d10ad9044
parenta04e5c1b67c168228c90e35cab812fa8b96d37f5 (diff)
Remove Makefile, we have a flake now
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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"