aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-06 17:39:00 -0300
committerEuAndreh <eu@euandre.org>2022-11-06 17:39:00 -0300
commit3597562165838c7ce462effa5c7eaa48cb436346 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Makefile
parentranger.conf: Move to tilde (diff)
downloaddotfiles-3597562165838c7ce462effa5c7eaa48cb436346.tar.gz
dotfiles-3597562165838c7ce462effa5c7eaa48cb436346.tar.xz
m
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