initial
[fpgammix.git] / workloads / test-interval / Makefile
blob32fb90e16fb2f1e21952436d0d4ecc95dad2252f
1 target: test-interval.txt
3 include ../Makefile
5 test-interval.o: test-interval.S Makefile
6 $(CC) $(CFLAGS) -mno-base-addresses -c $< -o $@
8 test-interval.elf: test-interval.o
9 /opt/mmix/bin/mmix-ld -Ttext=0x5000 -melf64mmix $< -o $@
10 /opt/mmix/bin/mmix-objdump -d $@