]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - standalone.c
debug build target; updated config tool; install script
[ott/enhance] / standalone.c
index f5cc8e3c00e143c4b51a4c4605cedc2b337ea627..379374616a2f6311bf0a939942ec190961432237 100644 (file)
@@ -1,7 +1,7 @@
 /*
 standalone.c
 general main wrapper for the subtools
-12.11.2022
+01.12.2022
 
 Copyright (C) 2022  Balthasar SzczepaƄski
 
@@ -21,9 +21,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "core.h"
-// ###C_STANDALONE_INCLUDE: #include "TOOL_NAME.h"
+// ###C_INCLUDE: #include "TOOL_NAME.h"
 
-// ###C_STANDALONE_SUBTOOL: #define SUBTOOL "subtool_TOOL_NAME"
+// ###C_SUBTOOL: #define SUBTOOL subtool_TOOL_NAME
 
 int main (int argc, char **argv)
 {