From c8045172711d828f3310f1df7a8825d4012a765b Mon Sep 17 00:00:00 2001 From: b Date: Sun, 18 Sep 2022 15:37:08 +0000 Subject: [PATCH] Changed release path. --- makefile | 4 ++-- settings-debug.txt | 2 +- settings-release.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index ebf16be..5a49d14 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ ifndef TARGET -TARGET = debug +TARGET = release # available targets: # debug # release @@ -15,7 +15,7 @@ CP = /usr/bin/cp RM = /usr/bin/rm MKDIR = /usr/bin/mkdir -BIN_DIR = /botm/bin/test-configure +BIN_DIR = /botm/bin/config CONFIGURE = $(PERL) ./configure.pl $(CONFIGFILE) diff --git a/settings-debug.txt b/settings-debug.txt index 3f4e49e..7c3dcdc 100644 --- a/settings-debug.txt +++ b/settings-debug.txt @@ -1,5 +1,5 @@ target: debug -bin_dir: /botm/bin/test-configure +bin_dir: /botm/bin/test-config perl: /usr/bin/perl chmod: /usr/bin/chmod diff --git a/settings-release.txt b/settings-release.txt index 957db6e..45dcc34 100644 --- a/settings-release.txt +++ b/settings-release.txt @@ -1,5 +1,5 @@ target: release -bin_dir: /botm/bin/configure +bin_dir: /botm/bin/config perl: /usr/bin/perl chmod: /usr/bin/chmod -- 2.30.2