Skip to content

Commit afb539c

Browse files
committed
Add a results directory and a Makefile so that 'make clean' cleans it out
1 parent e52b943 commit afb539c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.5 1997/04/26 05:44:06 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.6 1997/04/26 06:31:55 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -55,3 +55,4 @@ clean:
5555
rm -f $(INFILES)
5656
$(MAKE) -C sql clean
5757
$(MAKE) -C expected clean
58+
$(MAKE) -C results clean

0 commit comments

Comments
 (0)