Mercurial > hg > easyhg-kdiff3
annotate kdiff3/Makefile.cvs @ 13:266aeefa1b11
KDiff3 version 0.9.70
author | joachim99 |
---|---|
date | Mon, 06 Oct 2003 19:12:57 +0000 |
parents | |
children |
rev | line source |
---|---|
joachim99@13 | 1 all: |
joachim99@13 | 2 @echo "This Makefile is only for the CVS repository" |
joachim99@13 | 3 @echo "This will be deleted before making the distribution" |
joachim99@13 | 4 @echo "" |
joachim99@13 | 5 $(MAKE) -f admin/Makefile.common cvs |
joachim99@13 | 6 |
joachim99@13 | 7 dist: |
joachim99@13 | 8 $(MAKE) -f admin/Makefile.common dist |
joachim99@13 | 9 |
joachim99@13 | 10 .SILENT: |