diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-28 13:16:11 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-28 13:21:27 -0300 |
| commit | 564fa08f4d5a794c58041844e705404dbd5d4768 (patch) | |
| tree | e6dde7945604dc95643629e56733d9f2c2bcd1a0 /Makefile | |
| parent | fake-symlinks: manifest.scm: Bash package (diff) | |
| download | dotfiles-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
