aboutsummaryrefslogtreecommitdiffstats
path: root/google-chrome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--google-chrome/Makefile9
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