aboutsummaryrefslogtreecommitdiffstats
path: root/pluma/Makefile
blob: 1143d45be898dec9470f21fbc8aeae475ef2b73d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.POSIX:
include ../common.mk

install:
	@:

uninstall:
	-rm -rf -- ~/.config/pluma

.PHONY: install uninstall