summaryrefslogtreecommitdiff
path: root/debian13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debian13/Makefile')
-rw-r--r--debian13/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian13/Makefile b/debian13/Makefile
new file mode 100644
index 0000000..f1f7d89
--- /dev/null
+++ b/debian13/Makefile
@@ -0,0 +1,9 @@
+all: stow
+
+stow:
+ stow -v -t opt -R home
+ stow -v -t etc -R home
+
+unstow:
+ stow -v -t opt -D home
+ stow -v -t etc -D home