OpenCores
URL https://opencores.org/ocsvn/logicprobe/logicprobe/trunk

Subversion Repositories logicprobe

[/] [logicprobe/] [trunk/] [tst/] [Makefile] - Rev 6

Compare with Previous | Blame | View Log

#
# Makefile to build the simulation test programs and
# synthesize the project for different boards
#

DIRS = sim-c sim-v boards

all:
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i all ; \
                done

clean:
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i clean ; \
                done
                rm -f *~

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.