From ab4b9e7585261f671606099fb578c9a52c624302 Mon Sep 17 00:00:00 2001 From: maxcodehack Date: Fri, 20 Nov 2020 16:48:59 +0000 Subject: [PATCH] FIx makefile in tte git-svn-id: svn://kolibrios.org@8226 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/tte/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/other/tte/Makefile b/programs/other/tte/Makefile index f0f7056d3c..5769d17a5a 100755 --- a/programs/other/tte/Makefile +++ b/programs/other/tte/Makefile @@ -1,3 +1,2 @@ -KTCC = $(abspath /media/maxim/E22406D62406AE1B/KOLIBRI/TCC2/) tte: - wine $(KTCC)/kos32-tcc.exe tte.c getline.c -lck -o tte + wine kos32-tcc.exe tte.c getline.c -lck -o tte