URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [doc/] [Makefile] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for ECO32 documentation
#
.PHONY: all install clean
all:
install:
clean:
rm -f *~
Go to most recent revision | Compare with Previous | Blame | View Log