Question:
Hey guys, ho are you all?? Hope well. I’m getting an error when I try to execute a c file. Let me put it here:
sh -c cmake --log-level=WARNING -B/tmp/build . && make -s -C /tmp/build
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/build
[ 0%] Built target copy-compile-commands
CMakeFiles/main.dir/depend.make:10: *** target pattern contains no '%'. Stop.
make[1]: *** [CMakeFiles/Makefile2:123: CMakeFiles/main.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
exit status 2
Does anyone knows how to fix this problem??? I have no idea. I tried google search and also stackoverflow, but not very meaningfull infos. Any help will b very appreciated! Bellow I going to post the link to the repo. Thanks in advance!!
Repl link/Link to where the bug appears:
https://replit.com/@DeusielCunha/C-Bootcamp-Udemy