summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecfc7e50d..f81666ae3 100644
--- a/Makefile
+++ b/Makefile
@@ -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