mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 15:17:59 +00:00
9a98ff93ee
Closes #42
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 $@ $^
|