aboutsummaryrefslogtreecommitdiff
path: root/examples/cdxa/makefile
diff options
context:
space:
mode:
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)