diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..695a4f7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+switch:
+	sudo nixos-rebuild switch --flake .
+
+update:
+	nix flake update .
+
+upgrade:
+	make update && make switch
+
+install:
+	./scripts/install.sh
+
+backup:
+	./scripts/backup.sh
+
+.DEFAULT_GOAL := switch