Clean up after tests in src/test/locale/.

Oversight in 257836a75, which added these tests.
This commit is contained in:
Tom Lane 2020-11-28 16:08:36 -05:00
parent 9c83b54a9c
commit b90a7fe15f

View File

@ -13,6 +13,7 @@ all: $(PROGS)
clean distclean maintainer-clean:
rm -f $(PROGS) *.o
rm -rf tmp_check
for d in $(DIRS); do \
$(MAKE) -C $$d clean || exit; \
done