Skip to content
Snippets Groups Projects
Commit e0ef7bed authored by Frank B. Brokken's avatar Frank B. Brokken
Browse files

cosmetics

parent 54d0c6f8
Branches main
Tags 1.06.00
No related merge requests found
......@@ -75,7 +75,7 @@ void main(int argc, list argv)
manpage();
if ("VERSION" younger "version/version.h")
system("touch version/version.ih main.cc usage.cc");
system("touch version/version.h main.cc usage.cc");
if (option == "library")
{
......@@ -125,5 +125,5 @@ void main(int argc, list argv)
" (internal use only)\n"
"\n"
);
exit(0);
exit(1);
}
......@@ -5,6 +5,7 @@
#include "xerr/xerr.ih"
#include "version/version.ih"
#include "version/version.h"
#include "enums/enums.h"
#include "options/options.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment