Package with two different programs - Makefile

Hi,

My package has one C program installed on the device and it works fine. I've got a package with somehow supporting tool for the main solution and it works OK as well. Now I'd like to create a package that would compile those two programs and put them in one ipk file to be able to install them both at the same time. Could someone suggest how should I construct Makefile for that?

Kal800