Is there any cleaner way to do the following.   I was hoping I could do the samething without explicitly calling make from the command line.
 
target_1:
    <do something>
    $(MAKE) target_2:
    <do something else>
 
target_2:
    <do whatever>
 
 
Any help would be appreciated
 
Thanks
 
Anthony Di Paola

Reply via email to