URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [binutils/] [tests-2/] [set/] [Makefile] - Rev 188
Go to most recent revision | Compare with Previous | Blame | View Log
BUILD = ../../../build
all:
$(BUILD)/bin/as -o set.o set.s
$(BUILD)/bin/ld -o set set.o
hexdump set
clean:
rm -f *~ set set.o
Go to most recent revision | Compare with Previous | Blame | View Log