Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit abef6b5

Browse files
committed
Add distclean target to pgevent.
1 parent a992bd8 commit abef6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgevent/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install-lib: $(NAME)
3131
uninstall-lib:
3232
rm -f $(DESTDIR)$(libdir)/$(NAME)
3333

34-
clean:
34+
clean distclean:
3535
rm -f $(OBJS) $(NAME)
3636

3737
clean-lib:

0 commit comments

Comments
 (0)