URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [fpga/] [pl/] [Makefile] - Rev 319
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for pipeline implementations of ECO32
#
BUILD = ../../build
.PHONY: all install clean
all:
#$(MAKE) -C boards all
install:
#$(MAKE) -C boards install
clean:
#$(MAKE) -C boards clean
rm -f *~
Go to most recent revision | Compare with Previous | Blame | View Log