summaryrefslogtreecommitdiff
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 aaefd37..f64e47f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,10 @@ edit:
rc: larswm.mc larswm.m4
m4 larswm.mc > $(HOME)/.larswmrc
+menu:
+ install -c larsmenu.sh $(HOME)/bin
+
reload:
larsremote restart
-install: rc reload
+install: rc menu reload