Add jedproject

This commit is contained in:
Nekobit 2023-09-23 18:21:34 -04:00
parent e5807b158f
commit 7ca1b6f92f
1 changed files with 3 additions and 0 deletions

3
.jedproject Normal file
View File

@ -0,0 +1,3 @@
Compile_Command = "ninja -C " + Project_Root + "build";
Run_Command = Project_Root + "build/src/exclaim";
Cleanup_Command = "";