Run Command Error Notepad++
-
I recently made this run command which allows me to make (compile) my c file into hex
cmd /k c:\WinAVR-20100110\utils\bin\make.exe $(CURRENT_DIRECTORY)
Now the problem happens when there are no arguments ("clean"is the argument i want to give),i found information in the docs but i didn’t find a answer to my question.
Any Suggestions/Answers ?
-
If I’m understanding correctly, why not just make a second version of that command with “clean” embedded into it?