diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:21:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:21:41 +0000 |
| commit | dbdc438c066ee2a80943b9494e78db19905f9fa9 (patch) | |
| tree | 08daf75600719d6dd0130c596ef81d30ce4b3de3 /asdcplib/wscript | |
| parent | fd1d21f713e9b0abd8afebcbab36d70aac9b6cce (diff) | |
Files missed from previous commit.
Diffstat (limited to 'asdcplib/wscript')
| -rw-r--r-- | asdcplib/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asdcplib/wscript b/asdcplib/wscript new file mode 100644 index 0000000..7d669b7 --- /dev/null +++ b/asdcplib/wscript @@ -0,0 +1,5 @@ +def configure(conf): + conf.recurse('src') + +def build(bld): + bld.recurse('src') |
