aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-02-01 17:20:31 +0000
committerdam <dam@gudinoff>2023-02-01 17:20:31 +0000
commit99455454aea87534efe1a47694f2ff4274e9f7cd (patch)
treeccecfab371fcb00a0a2be007b61d2b77ab00346d
parent46a13cef3a7fa6f12b0a97a64d3a2250914fd445 (diff)
downloadtask-time-tracker-99455454aea87534efe1a47694f2ff4274e9f7cd.tar.zst
task-time-tracker-99455454aea87534efe1a47694f2ff4274e9f7cd.zip
Added compilation commands in comments.
-rw-r--r--ttt.jai3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 5e5b2d7..fc2e5a3 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -13,6 +13,9 @@
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <https://www.gnu.org/licenses/>.
+// Compilation commands:
+// - release : jai ttt.jai -import_dir . -x64 -release
+// - debug : jai ttt.jai -import_dir . -x64
#import "Basic";
#import "System";