aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index cbce89b6..00000000
--- a/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-check:
- sh aux/assert-shellcheck.sh
- sh aux/assert-todos.sh
- sh aux/assert-nixfmt.sh
-
-dev-check: check
-
-clean:
- rm -rf public/
-
-public:
- sh aux/workflow/public.sh dotfiles dotfiles public-inbox
-
-.PHONY: clean check dev-check