summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-09 07:08:43 -0400
committermidipix <writeonce@midipix.org>2015-09-09 07:08:43 -0400
commit11957ad98b5af041ff0ba04deb1cc4c9e2154ca2 (patch)
treea1b268061356718471cddb7817cc794b84311613 /Makefile
parent92a6ceb9da69eaa96d4658c76432f206f867af57 (diff)
downloadpsxstub-11957ad98b5af041ff0ba04deb1cc4c9e2154ca2.tar.bz2
psxstub-11957ad98b5af041ff0ba04deb1cc4c9e2154ca2.tar.xz
fix 32/64-bit support.
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