mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 05:24:21 +01:00
Better clean
This commit is contained in:
parent
dde26ef2bf
commit
d62df80e49
4
Makefile
4
Makefile
@ -105,8 +105,8 @@ $(BUILD):
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
clean:
|
clean:
|
||||||
@echo clean ...
|
@echo clean ...
|
||||||
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol Src/sysconfig.h Frodo FrodoPC \
|
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol Src/sysconfig.h Src/*.o \
|
||||||
FrodoSC dist
|
FrodoSC FrodoPC dist
|
||||||
|
|
||||||
dist: $(BUILD)
|
dist: $(BUILD)
|
||||||
install -d $@/apps/frodo
|
install -d $@/apps/frodo
|
||||||
|
Loading…
Reference in New Issue
Block a user