tmake

a cross-platform makefile tool

Install

All systems
curl cmd.cat/tmake.sh
Debian Debian
apt-get install tmake
Ubuntu
apt-get install tmake
Windows (WSL2)
sudo apt-get update sudo apt-get install tmake
Raspbian
apt-get install tmake

tmake

a cross-platform makefile tool

tmake is an easy-to-use tool from Trolltech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles. tmake is mainly used to generate makefiles for applications that use the Qt toolkit.