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

install:
	@:

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

.PHONY: install uninstall