From 9d3dbfa1172854e10e644478e2c25cc1aea68efe Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 26 Aug 2019 20:50:24 -0700 Subject: [PATCH] Add informlib as a submodule Also add a build script. --- .gitmodules | 3 +++ build.sh | 10 +++++----- lib | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .gitmodules mode change 100755 => 100644 build.sh create mode 160000 lib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dc70f3a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib"] + path = lib + url = https://jxself.org/git/informlib.git diff --git a/build.sh b/build.sh old mode 100755 new mode 100644 index e7ad751..44fa505 --- a/build.sh +++ b/build.sh @@ -2,10 +2,10 @@ # # Copyright (C) 2019 Jason Self # -# You can redistribute it and/or modify this file under the terms of -# the GNU Affero General Public License as published by the Free -# Software Foundation, either version 3 of the License, or (at your -# option) any later version. +# You can redistribute and/or modify this file under the terms of the +# GNU Affero General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any +# later version. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,7 +13,7 @@ # Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public -# License along with this file. If not, see +# License along with this file. If not, see # . inform +include_path=lib the-server-room.inf \ No newline at end of file diff --git a/lib b/lib new file mode 160000 index 0000000..aec9e41 --- /dev/null +++ b/lib @@ -0,0 +1 @@ +Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99 -- 2.31.1