mirror of
https://codeberg.org/privacy1st/py-regex-replace
synced 2024-12-23 02:36:05 +01:00
feat: add Arch Linux install target
This commit is contained in:
parent
b1327063a4
commit
d4c832a144
14
Makefile
14
Makefile
@ -1,7 +1,15 @@
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
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 .
|
sudo python3 -m pip install --upgrade --force-reinstall .
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: uninstall-pip
|
||||||
clean:
|
uninstall-pip:
|
||||||
sudo python3 -m pip uninstall -y py-regex-replace
|
sudo python3 -m pip uninstall -y py-regex-replace
|
||||||
|
Loading…
Reference in New Issue
Block a user