Makefile Problems with mkdir - No such file or directory

Hi

This is probably a very stupid question but I have the following problem: I'm new with CLion and I want to open some simple projects that I've coded in another IDE.

I usually have some rules in my Makefile with the command:

@mkdir -p $(OBJDIR)

When I execute all rule I get the following response:

make: Entering directory '/c/Users/myUser/myProjects/myProject'
make: mkdir: No such file or directory

I don't know how to help CLion to understand my Makefile correctly. 

Thanks in advance. 

 

0

Please sign in to leave a comment.