summaryrefslogtreecommitdiff
path: root/srv/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-07-31 16:45:49 -0600
committerBrian Picciano <mediocregopher@gmail.com>2021-07-31 16:52:16 -0600
commit6bec0e3964f03f776841cec5e639784222a33958 (patch)
tree468d195614e6e12197ff571ec94a46692a999059 /srv/Makefile
parent0655b192833bc39404ae71ef47a1d348d718aeaf (diff)
begin work on mailing list server, got the fundamental components done
Diffstat (limited to 'srv/Makefile')
-rw-r--r--srv/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/srv/Makefile b/srv/Makefile
new file mode 100644
index 0000000..173bf6a
--- /dev/null
+++ b/srv/Makefile
@@ -0,0 +1,7 @@
+build:
+ nix-build -A build
+
+shell:
+ nix-shell -A shell
+
+