mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 07:38:58 +00:00
Add even more to the sex
This commit is contained in:
parent
05e2b5fd42
commit
8269b5fcd3
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ SUBFOLDERS := $(MODULES)
|
||||||
all: exosphere.bin warmboot.bin
|
all: exosphere.bin warmboot.bin
|
||||||
|
|
||||||
clean: $(CLEAN_TARGETS)
|
clean: $(CLEAN_TARGETS)
|
||||||
@rm -f exosphere.bin
|
@rm -f sexosphere.bin
|
||||||
|
|
||||||
exosphere.bin: program.lz4 boot_code.lz4
|
sexosphere.bin: program.lz4 boot_code.lz4
|
||||||
$(MAKE) -C loader_stub
|
$(MAKE) -C loader_stub
|
||||||
@cp loader_stub/loader_stub.bin exosphere.bin
|
@cp loader_stub/loader_stub.bin exosphere.bin
|
||||||
@printf LENY >> exosphere.bin
|
@printf LENY >> exosphere.bin
|
||||||
|
@ -29,7 +29,7 @@ build_warmboot:
|
||||||
|
|
||||||
boot_code.lz4: program.lz4
|
boot_code.lz4: program.lz4
|
||||||
|
|
||||||
exosphere-clean:
|
sexosphere-clean:
|
||||||
$(MAKE) -C loader_stub clean
|
$(MAKE) -C loader_stub clean
|
||||||
@rm -f exosphere.bin
|
@rm -f exosphere.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue