summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index ae13463..e69de29 100644
--- a/Makefile
+++ b/Makefile
@@ -1,21 +0,0 @@
-result:
- nix-build -A build
-
-install: result
- nix-env -i "$$(readlink result)"
-
-clean:
- rm -f result
- rm -rf _site
-
-serve:
- nix-shell -A serve
-
-shell:
- nix-shell -A shell
-
-lock:
- nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor'
-
-update:
- nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'