diff options
Diffstat (limited to 'google-chrome')
-rw-r--r-- | google-chrome/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/google-chrome/Makefile b/google-chrome/Makefile new file mode 100644 index 0000000..88142fa --- /dev/null +++ b/google-chrome/Makefile @@ -0,0 +1,9 @@ +.POSIX: + +install: + @: + +uninstall: + -rm -rf -- ~/.config/google-chrome + +.PHONY: install uninstall |