From 8deb0b3aa3a2780954fe3190857a7345b0a3daed Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Mar 2022 19:20:14 -0300 Subject: Add barely working Guix configuration for toph --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3