summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)