aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-twm/Makefile
blob: 77baed4f588742f4225446ffdadb9a13a555f68e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:
include ../common.mk

install:
	mkdir -p -- ~/.config
	test ! -d ~/.config/twmrc
	ln -sf -- ~/.dotfiles/xorg-twm/twmrc ~/.config/twmrc

uninstall:
	-unlink -- ~/.config/twmrc

.PHONY: install uninstall