diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 09:01:19 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 09:01:19 +0000 |
commit | bfbe25c39543eb7143a212891a39b6ba787bbaf8 (patch) | |
tree | bfdef8b6528c6a1b4b2b46d2eecfda47f927350c /src/Makefile | |
parent | d2892913eb1715a87c3044f3c95210ad62a0eaf7 (diff) | |
download | postgresql-bfbe25c39543eb7143a212891a39b6ba787bbaf8.tar.gz |
Add distclean to target listing
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fbb3148861..ae52b18975 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,6 +7,6 @@ # GNU make uses a make file named "GNUmakefile" in preference to "Makefile" # if it exists. Postgres is shipped with a "GNUmakefile". -all install clean dep depend: +all install clean dep depend distclean: @echo "You must use GNU make to use Postgres. It may be installed" @echo "on your system with the name 'gmake'." |