aboutsummaryrefslogtreecommitdiff
path: root/config.ld
diff options
context:
space:
mode:
Diffstat (limited to 'config.ld')
-rw-r--r--config.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.ld b/config.ld
new file mode 100644
index 0000000..3e79b26
--- /dev/null
+++ b/config.ld
@@ -0,0 +1,8 @@
+project = "Brok[en]gine"
+description = "A hobby game engine glueing other projects togeather"
+file = {"src"}
+readme="README.md"
+custom_tags={
+ "domain",
+ hidden=true,
+}