Move src/makespir to top-level build.sh
authorJason Self <j@jxself.org>
Tue, 20 Aug 2019 01:18:06 +0000 (18:18 -0700)
committerJason Self <j@jxself.org>
Tue, 20 Aug 2019 01:18:06 +0000 (18:18 -0700)
build.sh [new file with mode: 0644]
src/makespir [deleted file]

diff --git a/build.sh b/build.sh
new file mode 100644 (file)
index 0000000..2764e5b
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,21 @@
+# This file is part of SPIRITWRAK.
+#
+# SPIRITWRAK is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# SPIRITWRAK is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with SPIRITWRAK. If not, see <https://www.gnu.org/licenses/>.
+
+./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit
+#./inform '$huge' '$MAX_OBJECTS=800' spirit
+
+# The below cmd version should only be used for creating 
+# abbreviations (this will take a while too)
+#./inform -u '$huge' '$MAX_OBJECTS=800' '$MAX_TRANSCRIPT_SIZE=300000' '$MAX_SYMBOLS=8000' '$MAX_CLASSES=20' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit
diff --git a/src/makespir b/src/makespir
deleted file mode 100644 (file)
index 2764e5b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file is part of SPIRITWRAK.
-#
-# SPIRITWRAK is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# SPIRITWRAK is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with SPIRITWRAK. If not, see <https://www.gnu.org/licenses/>.
-
-./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit
-#./inform '$huge' '$MAX_OBJECTS=800' spirit
-
-# The below cmd version should only be used for creating 
-# abbreviations (this will take a while too)
-#./inform -u '$huge' '$MAX_OBJECTS=800' '$MAX_TRANSCRIPT_SIZE=300000' '$MAX_SYMBOLS=8000' '$MAX_CLASSES=20' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit