From 693917eaf43870980ad45e0748a2bd208d9f223e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 20 Jul 2020 13:12:43 -0700 Subject: [PATCH] libs: add libexosphere to targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ed0e10e..55a46de0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ATMOSPHERE_LIBRARIES := libmesosphere libstratosphere +ATMOSPHERE_LIBRARIES := libmesosphere libstratosphere libexosphere TOPTARGETS := all clean