summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c0f91a..14a1a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all:
- $(TARGET)-gcc -shared -nostdlib -mout-implib -olibpsxscl.so stub.s
- $(TARGET)-as -o stub.o stub.s
+ $(TARGET)-gcc -shared -nostdlib -mout-implib -olibpsxscl.so stub.S
+ $(TARGET)-gcc -c -o stub.o stub.S
$(TARGET)-ar rc libpsxscl.a stub.o
$(TARGET)-ranlib libpsxscl.a