From 99455454aea87534efe1a47694f2ff4274e9f7cd Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 1 Feb 2023 17:20:31 +0000 Subject: Added compilation commands in comments. --- ttt.jai | 3 +++ 1 file changed, 3 insertions(+) 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 . +// Compilation commands: +// - release : jai ttt.jai -import_dir . -x64 -release +// - debug : jai ttt.jai -import_dir . -x64 #import "Basic"; #import "System"; -- cgit v1.2.3