vscode-project-templates icon indicating copy to clipboard operation
vscode-project-templates copied to clipboard

make rebuild removes *.d and make clean creates *.d before removeing them

Open AminGholizad opened this issue 4 years ago • 1 comments

The make all works just fine The make rebuild it will remove *.d files as it goes through the clean process but does not recreate them. The make clean creates *.d and then removes them which is redundant. I think the issue is that somehow creating*.d is expected in clean but not the rebuild. I am no expert in Makefiles can someone help me please? I am using windows 10 and g++ 9.2.0

AminGholizad avatar Dec 11 '20 19:12 AminGholizad

I made a workaround and requested a pull for that

AminGholizad avatar Dec 11 '20 21:12 AminGholizad