py-regex-replace/Makefile

16 lines
323 B
Makefile
Raw Normal View History

2022-06-23 14:50:49 +02:00
.PHONY: all
2023-08-12 13:23:07 +02:00
all: install
.PHONY: install
install:
sudo pacman -S --needed base-devel
cd packaging && makepkg -fCcsri && rm -rf $(PKGNAME)
.PHONY: install-pip
install-pip:
2022-06-23 14:50:49 +02:00
sudo python3 -m pip install --upgrade --force-reinstall .
2023-08-12 13:23:07 +02:00
.PHONY: uninstall-pip
uninstall-pip:
2022-06-23 14:50:49 +02:00
sudo python3 -m pip uninstall -y py-regex-replace