]> bicyclesonthemoon.info Git - botm/config/commitdiff
Changed release path.
authorb <rowerynaksiezycu@gmail.com>
Sun, 18 Sep 2022 15:37:08 +0000 (15:37 +0000)
committerb <rowerynaksiezycu@gmail.com>
Thu, 17 Jul 2014 13:20:00 +0000 (13:20 +0000)
makefile
settings-debug.txt
settings-release.txt

index ebf16be067372dd53723556193c2ea7da7bcf7ef..5a49d1499291aa76b0f7f79c38bf0a4b6846c5d0 100644 (file)
--- 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)
index 3f4e49eae2869a0bc14a9ec2fc57f5aa8346e79a..7c3dcdc88770e271abab25c998934d95bea8c3da 100644 (file)
@@ -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
index 957db6e64876bbd545d98f0c35b4b82857100621..45dcc34f2bd121fbe214992d20d28cdf1256bf59 100644 (file)
@@ -1,5 +1,5 @@
 target: release
-bin_dir: /botm/bin/configure
+bin_dir: /botm/bin/config
 
 perl: /usr/bin/perl
 chmod: /usr/bin/chmod