mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Added uninstall task for Windows [skip ci]
This commit is contained in:
@@ -55,6 +55,11 @@ install:
|
||||
installcheck:
|
||||
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
|
||||
|
||||
uninstall:
|
||||
rm -f "$(PKGLIBDIR)\$(SHLIB)"
|
||||
rm -f "$(SHAREDIR)\extension\$(EXTENSION).control"
|
||||
rm -f "$(SHAREDIR)\extension\vector--*.sql"
|
||||
|
||||
clean:
|
||||
rm -f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
||||
rm -f $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user