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

Subversion Repositories logicprobe

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

Compare with Previous | Blame | View Log

#
# Makefile to synthesize the project for different boards
#

DIRS = XESS-XST-3S1000 Digilent-S3E-500

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.