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 | 8e219cd0a2446e8f141e0f2403413a9bd3f0b061 (patch) | |
tree | b52e758e0cea5364596faacba1e07878a0aa40ba /Makefile | |
parent | b849e3525edfe884a2e004e6497aad9995c093bd (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 |