From b1455049b2c0b006ca31db3043e6fe9fc2286a95 Mon Sep 17 00:00:00 2001 From: maxcodehack Date: Thu, 3 Dec 2020 10:28:29 +0000 Subject: [PATCH] Add autobuild for 'tte' git-svn-id: svn://kolibrios.org@8311 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/tte/Tupfile.lua | 1 + 1 file changed, 1 insertion(+) create mode 100755 programs/other/tte/Tupfile.lua diff --git a/programs/other/tte/Tupfile.lua b/programs/other/tte/Tupfile.lua new file mode 100755 index 0000000000..b53a07b8ab --- /dev/null +++ b/programs/other/tte/Tupfile.lua @@ -0,0 +1 @@ +tup.rule("tte.c getline.c", "/var/kolibri-repos/programs/develop/ktcc/trunk/bin/kos32-tcc %f -lck -o %o -I ../../programs/develop/ktcc/trunk/libc/include", "tte")