exec-notify/Makefile

14 lines
267 B
Makefile
Raw Permalink 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