1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

From: "Michael J. Maravillo" <mmj@philonline.com>

This patch makes it possible to do a "real" make distclean (back to its
fresh state) on the distribution after compilation, regression testing,
etc.
This commit is contained in:
Marc G. Fournier
1998-01-17 23:39:35 +00:00
parent 4aa861cabb
commit 8169769ee5
5 changed files with 12 additions and 8 deletions

View File

@ -33,4 +33,4 @@ $(CONTRIBDIR):
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@
clean:
rm -f $(TARGETS)
rm -f $(TARGETS) *.o