FILES = List Headers logic.orig mult.pla mult.padlist mult_proc.net \ mult_cell.net mosis.net default: @echo " " @echo \"make new\" will erase the original version @echo and create a new one that will require editting @echo " " new: Whole_Thing Whole_Thing: $(FILES) rm -f Whole_Thing for i in $(FILES) ; do \ echo $$i ; \ echo >> Whole_Thing ; \ cat $$i >> Whole_Thing ; \ done