Clean up temp file in 'make clean'.

This commit is contained in:
Tom Lane 2000-02-21 16:46:39 +00:00
parent da9501bddb
commit b04b55a9af
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ plperl : plperl.o SPI.o
# Clean
#
clean:
rm -f \$(INFILES) *.o
rm -f \$(INFILES) *.o xtmp.c
rm -rf .libs
rm -f Makefile