make clean in test folder now cleans all clam testfiles

pull/25/head
David Raynor 13 years ago
parent 55875b9e63
commit ead0f203b6
  1. 2
      test/Makefile.am
  2. 2
      test/Makefile.in

@ -17,7 +17,7 @@ $(FILES) :
cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@ cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@
clean-local: clean-local:
rm -f $(FILES) rm -f clam*
EXTRA_DIST = .split EXTRA_DIST = .split

@ -433,7 +433,7 @@ $(FILES) :
cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@ cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@
clean-local: clean-local:
rm -f $(FILES) rm -f clam*
check: all check: all

Loading…
Cancel
Save