diff options
author | bloodstalker <thabogre@gmail.com> | 2019-08-13 16:13:11 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-08-13 16:13:11 +0000 |
commit | a46c23d01d20eef63194ce6f8745afb130e9ba20 (patch) | |
tree | 30d9fe4b38a88c5b6bdbe96cf84a43b8d4d1f7d0 /.gitmodules | |
parent | update (diff) | |
download | faultreiber-a46c23d01d20eef63194ce6f8745afb130e9ba20.tar.gz faultreiber-a46c23d01d20eef63194ce6f8745afb130e9ba20.zip |
added ltg as submodule to see why --lua switch breaks
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..91cc2cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "luatablegen"] + path = luatablegen + url = https://github.com/bloodstalker/luatablegen |