From 7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 23 Jun 2019 07:42:16 +0800 Subject: LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSync(), better reference manual. --- libpsn00b/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/makefile') diff --git a/libpsn00b/makefile b/libpsn00b/makefile index bcfc9a5..d4bba32 100644 --- a/libpsn00b/makefile +++ b/libpsn00b/makefile @@ -4,7 +4,7 @@ TOPTARGETS = all clean -LIBDIRS = libc lzp psxgpu psxgte psxapi psxetc psxspu +LIBDIRS = libc lzp psxgpu psxgte psxapi psxetc psxspu psxsio $(TOPTARGETS): $(LIBDIRS) -- cgit v1.2.3