mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-29 09:22:02 +00:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
|
CROSS := mips-linux-gnu-
|
||
|
AS := $(CROSS)as
|
||
|
|
||
|
%.o: %.s
|
||
|
$(AS) -march=r5900 -mabi=eabi -o $@ $^
|