limk

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Is this forum dead?
AnsweredI haven't seen any support questions being answered in close to a month. -
Created Build image with Dockerfile
I'm on CLion 2023.1 on Ubuntu 22.04. I have a Dockerfile in my project root. I can build this thru' my terminal. I followed the steps to set up the Docker toolchain and the CMake project loads corr... -
Created Use file not called "Makefile" as a Makefile
I have a Makefile that's a wrapper for docker make commands, and it uses an internal makefile called Makefile.Int to actually execute the commands. When CLion loads the "Makefile" it doesn't find a... -
Created Are Remote makefile targets supported?
AnsweredFrom the "full remote development" page I can see that there is support for Makefile applications in the "Run/Debug Configurations" section. Is it accurate to say that there is currently no support... -
Edited Using makefiles for autocompletion if the makefile is meant to run with docker
AnsweredHello, I currently compile my code with docker run <bunch of args and options> make -j6 <make options> In the makefile I have build and clean targets and they compile as expected. However the C++ a...