c-cpp-project-generator icon indicating copy to clipboard operation
c-cpp-project-generator copied to clipboard

Default makefile isnt configured to see .c files

Open erenpal opened this issue 1 year ago • 0 comments

Describe the bug When run mingw32-make.exe compiler doesnt get .c files as argument due to how makefile configured

To Reproduce Steps to reproduce the behavior: put a .c file into source. Compiler wont see that file. When running default makefile

Expected behavior Compiler should see and compile .c files.

Environment

  • VSCode Version: [e.g. 1.28.2]
  • OS Version: [e.g. Windows_NT x64 10.0.17134]

erenpal avatar Sep 27 '24 12:09 erenpal