From 762db93f4ada04964368aa91e93f120718dae4c9 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 --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Makefile b/libraries/Makefile index 9ed0e10e4..55a46de01 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,4 +1,4 @@ -ATMOSPHERE_LIBRARIES := libmesosphere libstratosphere +ATMOSPHERE_LIBRARIES := libmesosphere libstratosphere libexosphere TOPTARGETS := all clean