diff options
author | tv <tv@krebsco.de> | 2016-02-02 03:20:29 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-02 03:20:29 +0100 |
commit | fbda4db013b0af204d2b448c40c15158e747920f (patch) | |
tree | 7f822f6914dd1a552ae7ef385e99ead00a24d246 /Makefile | |
parent | c2dd690340e51bd6ab6986856e6300b91adb9a4f (diff) |
Makefile,krebs/v2: verbosity++
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ populate:;@ # usage: make rebuild system=foo [target=bar] [operation=switch] .PHONY: rebuild -rebuild: populate ;@ +rebuild: populate ;@set -x ssh root@"$$target" nixos-rebuild "$${operation-switch}" -I /var/src else |