diff --git a/README.md b/README.md index d124dcc..397b446 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ Common Scons scripts repo for the [OpenVicProject repos](https://github.com/Open opts.Add(BoolVariable("example", "Is an example", false)) ``` 2. When options are finished call `env.FinalizeOptions()` then setup your scons script using env. +test \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +test \ No newline at end of file