Hi,
I am trying a simple example.
$ cat Makefile
%.cdb : %.tcp
@echo $@
$ make
make: *** No targets. Stop.
$What is wrong? I expected it to print all target names. With warm regards, -Payal -- _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
