diff options
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/echangelog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/src/echangelog/Makefile b/trunk/src/echangelog/Makefile index d65f836..4825683 100644 --- a/trunk/src/echangelog/Makefile +++ b/trunk/src/echangelog/Makefile @@ -6,10 +6,13 @@ include ../../makedefs.mak -.PHONY: all +.PHONY: all test all: +test: + cd test; sh test.sh + dist: mkdir -p ../../$(distdir)/src/echangelog/test/templates cp Makefile AUTHORS README TODO ChangeLog echangelog echangelog.1 ../../$(distdir)/src/echangelog/ |
