diff options
author | David Robillard <d@drobilla.net> | 2019-04-21 21:00:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-21 21:00:41 +0200 |
commit | 01f5550beef0f01541d8f507f7fdec805b631fe5 (patch) | |
tree | 7e3e1ad5429644a17613d39608441fd854152119 /.gitmodules | |
parent | a9c5d95f97353b036bcc1d8edaf4dda0e5a4fc4b (diff) | |
download | raul-01f5550beef0f01541d8f507f7fdec805b631fe5.tar.gz raul-01f5550beef0f01541d8f507f7fdec805b631fe5.tar.bz2 raul-01f5550beef0f01541d8f507f7fdec805b631fe5.zip |
Switch to using a submodule for autowaf
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ebe4f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "waflib"] + path = waflib + url = ../autowaf |