Skip to content

Commit 7278527

Browse files
committed
Update Makefile
1 parent 0c94c11 commit 7278527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PREFIX ?= /usr/local
44
all: install
55

66
install: build
7-
@echo "Installing node-filerix..."
7+
@echo "Installing python-filerix..."
88
cmake --install build --prefix=$(PREFIX) || { echo "Installation failed"; exit 1; }
99
@echo "Installation complete!"
1010

@@ -35,7 +35,7 @@ check-vcpkg:
3535

3636
uninstall:
3737
@echo "Removing installed files..."
38-
rm -f $(PREFIX)/lib64/node_modules/filerix/filerix.node
38+
rm -rf $(PREFIX)/lib64/python*/site-packages/python_filerix*
3939
@echo "Uninstallation complete!"
4040

4141
clean:

0 commit comments

Comments
 (0)