URL
https://opencores.org/ocsvn/c16/c16/trunk
Subversion Repositories c16
[/] [c16/] [trunk/] [sim/] [Makefile] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
all: test
simulate.exe: simulate.cc
gcc -o $@ simulate.cc
%.o: %.cc $(HDR)
gcc -c -o $@ $<
.PHONY: sim asm bin clean
test: simulate.exe ../test.bin
simulate ../test.bin ../test.sym
polled: simulate.exe ../polled.bin
simulate ../polled.bin ../polled.sym
loader: simulate.exe ../loader.bin
simulate ../loader.bin ../loader.sym
Go to most recent revision | Compare with Previous | Blame | View Log