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:
parent
22cc2ad62c
commit
51b2cee78e
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue