syzygy1 / Cfish

C port of Stockfish
GNU General Public License v3.0
137 stars 59 forks source link

Unable to make target 'target' #159

Closed Dhakshith closed 4 years ago

Dhakshith commented 4 years ago

make target ARCH=x86-64 make: *** No rule to make target 'target'. Stop.

syzygy1 commented 4 years ago

As the readme says, type make help.

syzygy1 commented 4 years ago

So you have to type "make build" (or "make pgo" for a build with profile-guided optimization). Add embed=yes to get an embedded network file. If something still does not work, read the complete README.