diff options
Diffstat (limited to 'srv/Makefile')
-rw-r--r-- | srv/Makefile | 7 |
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 + + |