exec-notify/Makefile

14 lines
246 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
cd packaging && makepkg -fCcsri
.PHONY: clean
clean:
sudo pacman -Rns python-$(PKGNAME)-git