aboutsummaryrefslogtreecommitdiffstats
path: root/pluma/Makefile
blob: 0971cfd03466f94895a30fb2c66ab57b5c88799d (plain) (blame)
1
2
3
4
5
6
7
8
9
.POSIX:

install:
	@:

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

.PHONY: install uninstall