1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add distclean target to pgevent.

This commit is contained in:
Bruce Momjian
2004-10-05 17:26:39 +00:00
parent a992bd8c6d
commit abef6b5162

View File

@ -31,7 +31,7 @@ install-lib: $(NAME)
uninstall-lib:
rm -f $(DESTDIR)$(libdir)/$(NAME)
clean:
clean distclean:
rm -f $(OBJS) $(NAME)
clean-lib: