mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Clean up after tests in src/test/locale/.
Oversight in 257836a75
, which added these tests.
This commit is contained in:
parent
9c83b54a9c
commit
b90a7fe15f
@ -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…
Reference in New Issue
Block a user