aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-07 19:20:14 -0300
committerEuAndreh <eu@euandre.org>2022-03-07 19:20:22 -0300
commit8deb0b3aa3a2780954fe3190857a7345b0a3daed (patch)
treed372984463c5ed09e91fe02274a74ca4834cc2de /Makefile
parentsrc/rsync.net/authorized_keys: Commit public keys used to access rsync.net (diff)
downloadserver-8deb0b3aa3a2780954fe3190857a7345b0a3daed.tar.gz
server-8deb0b3aa3a2780954fe3190857a7345b0a3daed.tar.xz
Add barely working Guix configuration for toph
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 73e6f64..6f808d7 100644
--- a/Makefile
+++ b/Makefile
@@ -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