diff options
author | tv <tv@krebsco.de> | 2016-05-20 03:21:56 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-05-20 03:27:42 +0200 |
commit | 8014be4f2e0a5d9091150d2e4944706c31e4a62d (patch) | |
tree | eb063c7559381e122bcdd761c0b93b2754b9d86e | |
parent | 47a9308fc9eb41f7fe1f5d160a45e6a23e9f12d1 (diff) |
Makefile system: add default value
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ export STOCKHOLM_VERSION ?= $(shell \ printf '%s' "$$date.$$version"; \ ) +system ?= $(HOSTNAME) $(if $(system),,$(error unbound variable: system)) nixos-config ?= $(stockholm)/$(LOGNAME)/1systems/$(system).nix |