Skip to content

Commit

Permalink
build: clean generated test/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Jan 31, 2021
1 parent 04ce86d commit e6701a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ distclean: clean
for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
$(MAKE) -C $$dir distclean; \
done
$(MAKE) -C test distclean
rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk mkdeb.sh

realinstall:
Expand Down
3 changes: 3 additions & 0 deletions test/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ $(TESTS):

clean:
for test in $(TESTS); do rm -f "$$test/$$test.log"; done

distclean: clean
rm -f Makefile

0 comments on commit e6701a2

Please sign in to comment.