aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-25 16:28:56 -0300
committerEuAndreh <eu@euandre.org>2022-11-25 16:28:56 -0300
commit1a83a3ba00e11a6508880174129a144dec3f1cc0 (patch)
treedd1461effd6c9b03dd1c154ad64f57fe5e175070 /Makefile
parentrm -rf aux/ (diff)
downloadtoph-1a83a3ba00e11a6508880174129a144dec3f1cc0.tar.gz
toph-1a83a3ba00e11a6508880174129a144dec3f1cc0.tar.xz
src/infrastructure/guix/system.scm: Add working version of toph OS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 6 insertions, 10 deletions
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