URL
https://opencores.org/ocsvn/or2k/or2k/trunk
Subversion Repositories or2k
[/] [or2k/] [trunk/] [analysis-bin/] [opcodeanalysis/] [Makefile] - Rev 12
Go to most recent revision | Compare with Previous | Blame | View Log
all: opcodeanalysis
%: %.c
gcc -O2 $< -o $@
clean:
rm -f opcodeanalysis
Go to most recent revision | Compare with Previous | Blame | View Log