X-Git-Url: https://git.sourcephile.fr/sourcephile-nix.git/blobdiff_plain/c6c6c17dd3db0e10096f3da60e0bfe1ed2e91268..4c92d83acad7e6ab68c4adf3db848297fab1ecb4:/Makefile diff --git a/Makefile b/Makefile index f247f78..9eadf31 100644 --- a/Makefile +++ b/Makefile @@ -1,29 +1,9 @@ all: init -include .lib/nixops/Makefile.make - -.PHONY: base/unbound/named.root -base/unbound/named.root: +.PHONY: share/networking/named.root +share/networking/named.root: mkdir -p $(@D) curl >$@ -L https://www.internic.net/domain/named.root -send-pass: - rsync -ai --delete ../sec/pass julm@sourcephile.fr:work/sourcephile/sec/ -recv-pass: - rsync -ai --delete julm@sourcephile.fr:work/sourcephile/sec/pass ../sec/ - tunnel-rspamd: ssh -nNTL 11334:localhost:11334 root@sourcephile.fr - -# -## init -### -.PHONY: build -build: - nix $(NIX_FLAGS) build -f build \ - --out-link result \ - --show-trace $(NIX_BUILD_FLAGS) - tree result/ - -init: build - result/bin/init