From: b Date: Sun, 18 Sep 2022 15:37:08 +0000 (+0000) Subject: Changed release path. X-Git-Tag: v1.0.0~7 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=c8045172711d828f3310f1df7a8825d4012a765b;p=botm%2Fconfig Changed release path. --- 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