summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-20 19:28:33 +0000
committerstkhan <personal@slickd.xyz>2022-06-20 19:28:33 +0000
commit513b0e238b98f72a01d740a0bd99a3739918645c (patch)
tree34a4f02f378d4752ffcfa1c797065ea0003ff1da /Makefile
parent9f1aa9ea2554ad2b00108fb173b91a5371bcfce6 (diff)
nsxiv links to sxiv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5aab90f..5acf9fd 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,9 @@ part:
./scripts/cp.sh
cleanp: clean
rm -rf .config
+test1:
+ mkdir test
+ cp -r * test/
uninstall:
make uninstall -C $(DWM)
make uninstall -C $(ST)