aboutsummaryrefslogtreecommitdiff
path: root/examples/cdxa/makefile
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-02-28 11:41:30 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-02-28 11:41:30 +0800
commit84422eceb3ecaa325f814b306665e58b0c3be647 (patch)
tree40abe71be412ee2845a66d46fe1146a073c04c52 /examples/cdxa/makefile
parente14a2a4cde7fa2518df2cb0ed7063962bd52a46e (diff)
downloadpsn00bsdk-84422eceb3ecaa325f814b306665e58b0c3be647.tar.gz
Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and added cdbrowse example.
Diffstat (limited to 'examples/cdxa/makefile')
-rw-r--r--examples/cdxa/makefile1
1 files changed, 0 insertions, 1 deletions
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)