From ea46d05aed0343c20d8fdfaa0e67d54d51e8e2a0 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 22 Nov 2019 09:11:12 +0800 Subject: Added long awaited CD-ROM library and loads of fixes, see changelog for details --- examples/n00bdemo/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/n00bdemo') diff --git a/examples/n00bdemo/makefile b/examples/n00bdemo/makefile index 8159a22..96275fb 100644 --- a/examples/n00bdemo/makefile +++ b/examples/n00bdemo/makefile @@ -10,7 +10,7 @@ OFILES = $(addprefix build/,$(CFILES:.c=.o) $(AFILES:.s=.o)) INCLUDE += -I../../libpsn00b/lzp LIBDIRS += -L../../libpsn00b/lzp -LIBS = -llzp -lc -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lgcc +LIBS = -llzp -lc -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lc CFLAGS = -g -O2 -fno-builtin -fdata-sections -ffunction-sections CPPFLAGS = $(CFLAGS) -fno-exceptions -- cgit v1.2.3