py-regex-replace/Makefile

16 lines
323 B
Makefile

.PHONY: all
all: install
.PHONY: install
install:
sudo pacman -S --needed base-devel
cd packaging && makepkg -fCcsri && rm -rf $(PKGNAME)
.PHONY: install-pip
install-pip:
sudo python3 -m pip install --upgrade --force-reinstall .
.PHONY: uninstall-pip
uninstall-pip:
sudo python3 -m pip uninstall -y py-regex-replace