From 84422eceb3ecaa325f814b306665e58b0c3be647 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 28 Feb 2020 11:41:30 +0800 Subject: Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and added cdbrowse example. --- examples/cdxa/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/cdxa/makefile') diff --git a/examples/cdxa/makefile b/examples/cdxa/makefile index c94f48c..57f1959 100644 --- a/examples/cdxa/makefile +++ b/examples/cdxa/makefile @@ -56,5 +56,4 @@ build/%.o: %.s $(CC) $(AFLAGS) $(INCLUDE) -c $< -o $@ clean: - make -C libpsxcd clean rm -rf build $(TARGET) $(TARGET:.elf=.exe) -- cgit v1.2.3