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

install:
	@:

uninstall:
	-rm -f -- ~/.config/kdenliverc

.PHONY: install uninstall