mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Use del on Windows
This commit is contained in:
14
Makefile.win
14
Makefile.win
@@ -59,12 +59,12 @@ installcheck:
|
|||||||
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
|
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f "$(PKGLIBDIR)\$(SHLIB)"
|
del /f "$(PKGLIBDIR)\$(SHLIB)"
|
||||||
rm -f "$(SHAREDIR)\extension\$(EXTENSION).control"
|
del /f "$(SHAREDIR)\extension\$(EXTENSION).control"
|
||||||
rm -f "$(SHAREDIR)\extension\vector--*.sql"
|
del /f "$(SHAREDIR)\extension\vector--*.sql"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
del /f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
||||||
rm -f $(OBJS)
|
del /f $(OBJS)
|
||||||
rm -rf sql\$(EXTENSION)--$(EXTVERSION).sql
|
del /f sql\$(EXTENSION)--$(EXTVERSION).sql
|
||||||
rm -rf results regression.diffs regression.out tmp_check tmp_check_iso log output_iso
|
del /f /s /q results regression.diffs regression.out tmp_check tmp_check_iso log output_iso
|
||||||
|
|||||||
Reference in New Issue
Block a user