mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +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:
|
||||
rm -f $(DESTDIR)$(libdir)/$(NAME)
|
||||
|
||||
clean:
|
||||
clean distclean:
|
||||
rm -f $(OBJS) $(NAME)
|
||||
|
||||
clean-lib:
|
||||
|
Loading…
Reference in New Issue
Block a user