1
0
mirror of https://codeberg.org/privacy1st/exec-notify synced 2025-01-10 01:31:19 +01:00

14 lines
267 B
Makefile
Raw Normal View History

2023-06-14 21:43:53 +02:00
PKGNAME := exec-notify
.PHONY: all
all: install
.PHONY: install
install: ## Install with pacman (on Arch Linux)
sudo pacman -S --needed base-devel
2023-06-14 22:10:12 +02:00
cd packaging && makepkg -fCcsri && rm -rf $(PKGNAME)
2023-06-14 21:43:53 +02:00
.PHONY: clean
clean:
sudo pacman -Rns python-$(PKGNAME)-git