Commit abef6b51 authored by Bruce Momjian's avatar Bruce Momjian

Add distclean target to pgevent.

parent a992bd8c
......@@ -31,7 +31,7 @@ install-lib: $(NAME)
uninstall-lib:
rm -f $(DESTDIR)$(libdir)/$(NAME)
clean:
clean distclean:
rm -f $(OBJS) $(NAME)
clean-lib:
......
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