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

Answered

 

1
3 comments

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.

0

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.

0

Please sign in to leave a comment.