From 4e77e6dd6591f7464e2b57e4cb5ae17ac13ebfb9 Mon Sep 17 00:00:00 2001 From: bucanero Date: Sat, 1 Jan 2022 11:05:21 -0300 Subject: [PATCH] Clean up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 690f0f8..7b7cd93 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LIBS := -lc -lkernel -lc++ -lSceAudioOut -lSceUserService -lSceVideoOut - -lSceRegMgr -lSDL2 -lapollo -ldbglogger -lpolarssl -lz -lzip -ljbc # Additional compile flags. -EXTRAFLAGS := -DAPOLLO_ENABLE_LOGGING -fcolor-diagnostics -Wall +EXTRAFLAGS := -fcolor-diagnostics -Wall # Asset and module directories. ASSETS := $(wildcard assets/**/*)