summaryrefslogtreecommitdiff
path: root/debian13/Makefile
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
commit0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch)
treec9124ff04b9252836221c41d2ca2fa133d166251 /debian13/Makefile
Initial commit
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