unlink executable file

i have mutiple files and different makefiles for each file. everytime when i compile, the different previous compiled file will be executed automatically. so right now, i have three files execute at same time, and i only need to compile one of them. does anyone knows how to unlink the executable file from newly made Makefile.

eg. i compiled and executed a.c, got all the output. when i compile b.c, the a is executed automatically.

[446 byte] By [alvinhonga] at [2007-11-27 3:33:46]
# 1
If you can show the Makefile we might be able to help. I assumeyou are using the IDE to create and maintain the Makefile?Is that right?
ChrisQuenellea at 2007-7-12 8:36:53 > top of Java-index,Development Tools,Solaris and Linux Development Tools...