mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Clean up after newly-added tests for pg_test_fsync and pg_test_timing.
Oversight in 4d29e6dbd.
This commit is contained in:
parent
9e5f1f21ad
commit
6c05e5b774
2 changed files with 2 additions and 0 deletions
|
|
@ -33,3 +33,4 @@ uninstall:
|
|||
|
||||
clean distclean maintainer-clean:
|
||||
rm -f pg_test_fsync$(X) $(OBJS)
|
||||
rm -rf tmp_check
|
||||
|
|
|
|||
|
|
@ -33,3 +33,4 @@ uninstall:
|
|||
|
||||
clean distclean maintainer-clean:
|
||||
rm -f pg_test_timing$(X) $(OBJS)
|
||||
rm -rf tmp_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue