diff options
| author | selsta <selsta@sent.at> | 2020-09-26 02:15:58 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-09-26 02:15:58 +0200 |
| commit | 9df9cb8da792c4f640cc0437271b2b67ee935027 (patch) | |
| tree | 1b17ecd0f85fa394dfe809c255d9b8214215c571 /Makefile | |
| parent | a32d39cc9689e994287a9b35304aa966ab42a371 (diff) | |
| download | monzero-gui-9df9cb8da792c4f640cc0437271b2b67ee935027.tar.gz monzero-gui-9df9cb8da792c4f640cc0437271b2b67ee935027.tar.xz monzero-gui-9df9cb8da792c4f640cc0437271b2b67ee935027.zip | |
build: enable USE_SINGLE_BUILDDIR by default, OFF to disable
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ifneq ($(dotgit), .git/config) endif subbuilddir:=$(shell echo `uname | sed -e 's|[:/\\ \(\)]|_|g'`/`git branch | grep '\* ' | cut -f2- -d' '| sed -e 's|[:/\\ \(\)]|_|g'`) -ifeq ($(USE_SINGLE_BUILDDIR),) +ifeq ($(USE_SINGLE_BUILDDIR), OFF) builddir := build/"$(subbuilddir)" topdir := ../../../.. deldirs := $(builddir) |
