Makefile: Minor fix for CLion
This commit is contained in:
parent
c287250b88
commit
fd9df6968c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -105,7 +105,7 @@ $(BUILD):
|
|||
#-------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr $(BUILD) $(TARGET).wps $(TARGET).elf
|
||||
@rm -fr $(BUILD)/* $(TARGET).wps $(TARGET).elf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue