From 82a441e7bd3a5103330c7d5ca7f9df470953e586 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sat, 17 Aug 2019 14:44:29 +0800 Subject: Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b --- libpsn00b/psxapi/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/psxapi/makefile') diff --git a/libpsn00b/psxapi/makefile b/libpsn00b/psxapi/makefile index 49db884..819dc0a 100644 --- a/libpsn00b/psxapi/makefile +++ b/libpsn00b/psxapi/makefile @@ -6,7 +6,7 @@ include ../common.mk TARGET = ../libpsxapi.a -SOURCES = stdio fs sys pad +SOURCES = stdio fs sys AFILES = $(foreach dir,$(SOURCES),$(wildcard $(dir)/*.s)) OFILES = $(addprefix build/,$(AFILES:.s=.o)) -- cgit v1.2.3