Commit b04b55a9 authored by Tom Lane's avatar Tom Lane

Clean up temp file in 'make clean'.

parent da9501bd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment