From 1a83a3ba00e11a6508880174129a144dec3f1cc0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 16:28:56 -0300 Subject: src/infrastructure/guix/system.scm: Add working version of toph OS --- Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f808d7..114cb13 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,18 @@ .POSIX: -check-guile: - guile tests/unit-tests.scm -check-shellcheck: - sh aux/assert-shellcheck.sh +all: -check-todos: - sh aux/workflow/assert-todos.sh -check: check-guile check-shellcheck check-todos +check: clean: - rm -rf public/ *.log + rm -rf public/ dev-check: check public: - sh aux/workflow/public.sh Servers servers public-inbox -.PHONY: check clean dev-check +deploy: + scp src/infrastructure/guix/system.scm toph:/etc/guix/ + ssh toph reconfigure -- cgit v1.2.3