We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c94c11 commit 7278527Copy full SHA for 7278527
Makefile
@@ -4,7 +4,7 @@ PREFIX ?= /usr/local
4
all: install
5
6
install: build
7
- @echo "Installing node-filerix..."
+ @echo "Installing python-filerix..."
8
cmake --install build --prefix=$(PREFIX) || { echo "Installation failed"; exit 1; }
9
@echo "Installation complete!"
10
@@ -35,7 +35,7 @@ check-vcpkg:
35
36
uninstall:
37
@echo "Removing installed files..."
38
- rm -f $(PREFIX)/lib64/node_modules/filerix/filerix.node
+ rm -rf $(PREFIX)/lib64/python*/site-packages/python_filerix*
39
@echo "Uninstallation complete!"
40
41
clean:
0 commit comments