From 8269b5fcd33977fabc3fd9d10f06fc3329635c2f Mon Sep 17 00:00:00 2001 From: IVy <67686618+IVy-The-Wusky@users.noreply.github.com> Date: Fri, 21 Aug 2020 01:18:54 +0200 Subject: [PATCH] Add even more to the sex --- {exosphere => sexosphere}/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {exosphere => sexosphere}/Makefile (91%) diff --git a/exosphere/Makefile b/sexosphere/Makefile similarity index 91% rename from exosphere/Makefile rename to sexosphere/Makefile index bf39b341b..714bdc8e0 100644 --- a/exosphere/Makefile +++ b/sexosphere/Makefile @@ -6,9 +6,9 @@ SUBFOLDERS := $(MODULES) all: exosphere.bin warmboot.bin 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 @cp loader_stub/loader_stub.bin exosphere.bin @printf LENY >> exosphere.bin @@ -29,7 +29,7 @@ build_warmboot: boot_code.lz4: program.lz4 -exosphere-clean: +sexosphere-clean: $(MAKE) -C loader_stub clean @rm -f exosphere.bin