summaryrefslogtreecommitdiffstats
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 913468b..c06c72b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ install-bin:
bn=$$(basename $$f); \
ln -sf $$(pwd)/bin/$$bn ~/bin; \
done
+ ln -sf $$(pwd)/gnome-root-terminal/gnome-root-terminal ~/bin/
+ mkdir -p ~/.local/share/applications 2>/dev/null || true
+ ln -sf $$(pwd)/gnome-root-terminal/gnome-root-terminal.desktop ~/.local/share/applications
install-dotfiles:
@for f in dotfiles/*; do \