aboutsummaryrefslogblamecommitdiffstats
path: root/google-chrome/Makefile
blob: 06af0f62f583be09a222f0862bffff4364079456 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
       
                    







                                          
.POSIX:
include ../common.mk

install:
	@:

uninstall:
	-rm -rf -- ~/.config/google-chrome

.PHONY: install uninstall