diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cf31596b..c198a5a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -319,4 +319,10 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html docs: pdf $(top_builddir)/doc/refman.pdf +fulltest: + rsync -av --delete $(srcdir)/ /tmp/ledger/ + (cd /tmp/ledger; \ + git clean -x -d -f; \ + ./myacprep --release --build -j3 distcheck) + # Makefile.am ends here |