mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Add distclean target to pgevent.
This commit is contained in:
parent
a992bd8c6d
commit
abef6b5162
@ -31,7 +31,7 @@ install-lib: $(NAME)
|
|||||||
uninstall-lib:
|
uninstall-lib:
|
||||||
rm -f $(DESTDIR)$(libdir)/$(NAME)
|
rm -f $(DESTDIR)$(libdir)/$(NAME)
|
||||||
|
|
||||||
clean:
|
clean distclean:
|
||||||
rm -f $(OBJS) $(NAME)
|
rm -f $(OBJS) $(NAME)
|
||||||
|
|
||||||
clean-lib:
|
clean-lib:
|
||||||
|
Loading…
Reference in New Issue
Block a user