mirror of
https://github.com/wiiu-env/KernelModule.git
synced 2024-11-08 19:15:08 +01:00
Fix make clean
This commit is contained in:
parent
05e721560a
commit
83893c0ad2
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ $(BUILD):
|
||||
#-------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf
|
||||
@rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user