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

Oversight in 257836a75, which added these tests.
pull/57/head
Tom Lane 5 years ago
parent 9c83b54a9c
commit b90a7fe15f
  1. 1
      src/test/locale/Makefile

@ -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

Loading…
Cancel
Save