Hello,
I am facing a similar problem. In my case, the folder structure is like:
— main
—— source_1 (folder)
—— source_2 (folder)
—— other (folder)
—— Makefile (file)
The Makefile in the main folder call the Makefiles of both source folders.
In the file synchronization settings I choose the main folder as local directory, and choose the option “Include selected subdirectories only”, to sync only “source_1” and “source_2”.
The problem is that when I try to build the solution the Makefile in the main folder is not transferred to the remote dir. Then the error “make: *** No targets specified and no makefile found. Stop.” occurs.
What can i do to transfer the Makefile with the rest of the source?
Thanks!
-
This reply was modified 9 years, 5 months ago by jonnahtan. Reason: adding more indentation