I\'m trying to use makefile on Windows 7 x64 with Cygwin. I type \"make\" and the error that i get is:
make: * No targets specified and no m
Question SOLVED: i had makefile in my directory as Makefile.mak I typed in Cygwin
make -f Makefile.mak
Type "make proj3" to run make successully.