diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:03:26 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:03:26 +0400 |
commit | 905a70ab40b81a343e4fb019dd93f00dec24e4df (patch) | |
tree | cff5c0aa94946c88ae031821d456b09cc69687d1 /Makefile | |
parent | d8808683653aa32cea7e96dcedb06b4a04ff6025 (diff) |
all environment variables were set to false
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ DEST_HOME ?= $(HOME) PREFIX ?= /usr/local -CONFIRM_DOTFILES ?= true +CONFIRM_DOTFILES ?= false CONFIRM_SCRIPTS ?= false CONFIRM_ARCH ?= false |