aboutsummaryrefslogtreecommitdiff
path: root/tlconfig.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tlconfig.lua')
-rw-r--r--tlconfig.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tlconfig.lua b/tlconfig.lua
new file mode 100644
index 00000000..a6667cb1
--- /dev/null
+++ b/tlconfig.lua
@@ -0,0 +1,5 @@
1return {
2 build_dir = "build",
3 source_dir = "src",
4 include_dir = { "src" },
5 } \ No newline at end of file