1 2 3 4 5
maino = cc("main.c") haio = cc("hai.c") hailib = lib("hai", haio) aout = exe("vol", maino, hailib)