Makefile: Minor fix for CLion

This commit is contained in:
Ash Logan 2022-10-24 22:27:26 +11:00
commit fd9df6968c

View file

@ -105,7 +105,7 @@ $(BUILD):
#-------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(TARGET).wps $(TARGET).elf
@rm -fr $(BUILD)/* $(TARGET).wps $(TARGET).elf
#-------------------------------------------------------------------------------
else