I'm new to clion and I'm wondering how to use the make file to run and compile code?
已回答

请先登录再写评论。
BUENO
Hi Sherwinamal!
The Makefile Application configuration should have been created by CLion for the `all` target. You need to select this configuration on the toolbar and use the hammer icon to build the target.
The root issue here is you are trying to use unix `make` on a Windows system. You might be better off trying a cmake project which is cross-platform.