This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository exclaim.
View the commit online.
commit 7ca1b6f92f2a750b8bc87b28a4875932b871e505
Author: Nekobit <m...@ow.nekobit.net>
AuthorDate: Sat Sep 23 18:21:34 2023 -0400
Add jedproject
---
.jedproject | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.jedproject b/.jedproject
new file mode 100644
index 0000000..da998ae
--- /dev/null
+++ b/.jedproject
@@ -0,0 +1,3 @@
+Compile_Command = "ninja -C " + Project_Root + "build";
+Run_Command = Project_Root + "build/src/exclaim";
+Cleanup_Command = "";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.