mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
distclean rule
This commit is contained in:
parent
00f1d7a143
commit
32c292791c
5
Makefile
5
Makefile
@ -22,6 +22,11 @@ pack_forwarder: compile_forwarder
|
||||
@tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.wad"
|
||||
@tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad.vwii" -output "Z:$(PWD)\HBF0.vWii.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.vWii.wad"
|
||||
|
||||
distclean: clean
|
||||
@rm -f HomebrewFilter*/boot.dol
|
||||
@rm -f HomebrewFilter*.tar.bz2
|
||||
@rm -f HBF0*.wad
|
||||
|
||||
clean:
|
||||
@make -C main clean
|
||||
@make -C boot clean
|
||||
|
Loading…
Reference in New Issue
Block a user