aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-28 13:16:11 -0300
committerEuAndreh <eu@euandre.org>2021-01-28 13:21:27 -0300
commit564fa08f4d5a794c58041844e705404dbd5d4768 (patch)
treee6dde7945604dc95643629e56733d9f2c2bcd1a0 /Makefile
parentfake-symlinks: manifest.scm: Bash package (diff)
downloaddotfiles-564fa08f4d5a794c58041844e705404dbd5d4768.tar.gz
dotfiles-564fa08f4d5a794c58041844e705404dbd5d4768.tar.xz
fake-symlinks: mv build-aux into aux, and other support folder into aux
Remove Guix channel files that are embedded in the repository.
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 11422d23..ed32b4af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: check
check:
- sh build-aux/assert-nixfmt.sh
- sh build-aux/assert-shellcheck.sh
- sh build-aux/assert-todos.sh
+ sh aux/assert-nixfmt.sh
+ sh aux/assert-shellcheck.sh
+ sh aux/assert-todos.sh
.PHONY: clean
clean: