aboutsummaryrefslogtreecommitdiff
path: root/build.env
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-25 15:47:08 -0400
committeriamcheeseman <[email protected]>2026-05-25 15:47:08 -0400
commit8122098e3854bf68ca63cc25e082ba51a27b8615 (patch)
tree471e7191211b0f66f1c7c7c4c81cf2589e6f3c8d /build.env
parent1fb9ed0d6f627662f8d001afa761860d63d9f4a2 (diff)
I realized that Makefiles are dumb
Diffstat (limited to 'build.env')
-rw-r--r--build.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.env b/build.env
new file mode 100644
index 0000000..e57d71f
--- /dev/null
+++ b/build.env
@@ -0,0 +1,4 @@
+CC=cc
+PLATFORM=gl
+OUT=demonchime
+DBFLAGS='-g -DTEENSY_DEBUG'