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