1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 17:00:23 +02:00

Add proper make clean rule to the check subdir.

2012-12-02 Paulo Andrade <pcpa@gnu.org>

        * check/Makefile.am: Add proper "make clean" rule and missing
        check.sh to EXTRA_DIST.
This commit is contained in:
pcpa 2012-12-02 20:24:24 -02:00
parent 22cc2ad62c
commit 51b2cee78e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-12-02 Paulo Andrade <pcpa@gnu.org>
* check/Makefile.am: Add proper "make clean" rule and missing
check.sh to EXTRA_DIST.
2012-12-02 Paulo Andrade <pcpa@gnu.org>
* .gitignore: Update pattern of ignored files.

View file

@ -31,10 +31,13 @@ EXTRA_DIST = \
bp.tst bp.ok \
divi.tst divi.ok \
fib.tst fib.ok \
check.sh \
all.tst
TESTS = 3to2 add allocai bp divi fib
CLEANFILES = $(TESTS)
# Not so pretty but good for a prototype
$(TESTS): check.sh
$(LN_S) check.sh $@