mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Clean up temp file in 'make clean'.
This commit is contained in:
@ -111,7 +111,7 @@ plperl : plperl.o SPI.o
|
|||||||
# Clean
|
# Clean
|
||||||
#
|
#
|
||||||
clean:
|
clean:
|
||||||
rm -f \$(INFILES) *.o
|
rm -f \$(INFILES) *.o xtmp.c
|
||||||
rm -rf .libs
|
rm -rf .libs
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user