diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -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 |
