a.out: tmp hw.o
        cc hw.o
        clean_intermediate_files

include tmp
intermediate_files=tmp

tmp:
        echo -e "hw.o: hw.c\n\tcc -o hw.o -c hw.c" >$@

clean_intermediate_files:
        rm $(intermediate_files)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to