OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [src123/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
BUILD = ../../../build
2
 
3
all:
4
        $(BUILD)/bin/as -o src1.o src1.s
5
        $(BUILD)/bin/as -o src2.o src2.s
6
        $(BUILD)/bin/as -o src3.o src3.s
7
        $(BUILD)/bin/ld -o src123 src1.o src2.o src3.o
8
        hexdump src123
9
 
10
clean:
11
        rm -f *~ src123 src1.o src2.o src3.o

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.