about summary refs log tree commit diff stats
path: root/release.config
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-20 11:17:15 -0400
committerCharadon <dev@iotib.net>2022-09-20 11:17:15 -0400
commit133aaea0fab65b6c48d31493c4758be302427aa6 (patch)
treecd56572606cfc66f22ab8174e04506b0509d2734 /release.config
parent8654b2d89502c8aad3980c171d6207c6418b12c8 (diff)
downloadPong-C-133aaea0fab65b6c48d31493c4758be302427aa6.tar.gz
Added build scripts for systems without Tup
Diffstat (limited to 'release.config')
-rw-r--r--release.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/release.config b/release.config
new file mode 100644
index 0000000..87f813a
--- /dev/null
+++ b/release.config
@@ -0,0 +1,5 @@
+CONFIG_CC=cc
+CONFIG_DEBUG=false
+CONFIG_FLATPAK=false
+CONFIG_INSTALL_PREFIX=./app
+CONFIG_BUILD_DIR=./build