rabbitizer/tests/asm/r5900/Makefile

6 lines
95 B
Makefile
Raw Normal View History

CROSS := mips-linux-gnu-
AS := $(CROSS)as
%.o: %.s
$(AS) -march=r5900 -mabi=eabi -o $@ $^