Mercurial > hg > easyhg-kdiff3
annotate kdiff3/Makefile.cvs @ 60:4732f709a8cb
*** empty log message ***
author | joachim99 |
---|---|
date | Sun, 07 Mar 2004 10:08:07 +0000 |
parents | 266aeefa1b11 |
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: |