diff options
| author | dam <dam@gudinoff> | 2023-02-01 17:20:31 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2023-02-01 17:20:31 +0000 |
| commit | 99455454aea87534efe1a47694f2ff4274e9f7cd (patch) | |
| tree | ccecfab371fcb00a0a2be007b61d2b77ab00346d | |
| parent | 46a13cef3a7fa6f12b0a97a64d3a2250914fd445 (diff) | |
| download | task-time-tracker-99455454aea87534efe1a47694f2ff4274e9f7cd.tar.zst task-time-tracker-99455454aea87534efe1a47694f2ff4274e9f7cd.zip | |
Added compilation commands in comments.
| -rw-r--r-- | ttt.jai | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"; |
