diff options
author | EuAndreh <eu@euandre.org> | 2022-03-07 19:20:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-07 19:20:22 -0300 |
commit | 8deb0b3aa3a2780954fe3190857a7345b0a3daed (patch) | |
tree | d372984463c5ed09e91fe02274a74ca4834cc2de /Makefile | |
parent | src/rsync.net/authorized_keys: Commit public keys used to access rsync.net (diff) | |
download | server-8deb0b3aa3a2780954fe3190857a7345b0a3daed.tar.gz server-8deb0b3aa3a2780954fe3190857a7345b0a3daed.tar.xz |
Add barely working Guix configuration for toph
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ .POSIX: -check: +check-guile: + guile tests/unit-tests.scm + +check-shellcheck: sh aux/assert-shellcheck.sh + +check-todos: sh aux/workflow/assert-todos.sh - sh aux/assert-terraform.sh + +check: check-guile check-shellcheck check-todos clean: - rm -rf public/ + rm -rf public/ *.log dev-check: check |