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

Subversion Repositories logicprobe

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /logicprobe/trunk
    from Rev 12 to Rev 14
    Reverse comparison

Rev 12 → Rev 14

/Makefile
2,6 → 2,8
# Makefile for LogicProbe project
#
 
VERSION = 1.1
 
DIRS = src tst
 
all:
16,6 → 18,8
rm -f *~
 
dist: clean
(cd ../.. ; \
tar --exclude-vcs -cvf logicprobe.tar logicprobe/* ; \
gzip -f logicprobe.tar)
(cd .. ; \
tar --exclude-vcs -cvf \
LogicProbe-$(VERSION).tar \
LogicProbe-$(VERSION)/* ; \
gzip -f LogicProbe-$(VERS).tar)

powered by: WebSVN 2.1.0

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