about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 999fc266d9..0882029250 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
 install:
-	source "${DOTFILES}/configs/setup"
+	source "${DOTFILES}/configs/install"
+
+uninstall:
+	source "${DOTFILES}/configs/uninstall"