From 7419cd4b91896ca3bc931be511ce1a7037f36862 Mon Sep 17 00:00:00 2001 From: MarcosPividori Date: Wed, 24 Feb 2016 15:23:54 -0300 Subject: [PATCH] Add missed lib. --- Makefile.ps2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ps2 b/Makefile.ps2 index dc14740..662d502 100644 --- a/Makefile.ps2 +++ b/Makefile.ps2 @@ -13,7 +13,7 @@ EE_BIN = doom.elf EE_INCS = -I$(PS2SDK)/ports/include/SDL EE_LDFLAGS = -L$(PS2SDK)/ports/lib -L$(PS2DEV)/gsKit/lib -EE_LIBS = -lsdlmain -lsdl -lgskit -lcdvd -lmf -lps2ip +EE_LIBS = -lsdlmain -lsdl -lgskit -lcdvd -lmf -lps2ip -lnetman all: $(EE_BIN)