Commit afb539c2 authored by Marc G. Fournier's avatar Marc G. Fournier

Add a results directory and a Makefile so that 'make clean' cleans it out

parent e52b943f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.5 1997/04/26 05:44:06 scrappy Exp $ # $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.6 1997/04/26 06:31:55 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -55,3 +55,4 @@ clean: ...@@ -55,3 +55,4 @@ clean:
rm -f $(INFILES) rm -f $(INFILES)
$(MAKE) -C sql clean $(MAKE) -C sql clean
$(MAKE) -C expected clean $(MAKE) -C expected clean
$(MAKE) -C results clean
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