]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
gdb: add gdbinit and cgdbrc
[dotfiles.git] / Makefile
index 8af2d32f360651b9169a79b9ccf7faa13cc8b07b..9b8fe2ffdafb5c78cc8c162f527e54fb703f78b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,10 @@ vim:
        git clone https://github.com/gmarik/vundle ~/.local/share/vim/vundle
 .PHONY: vim
 
+gdb:
+       ln -sfT $(APATH)/gdbinit ~/.gdbinit
+       ln -sfT $(APATH)/cgdb ~/.cgdb
+
 awesome: ~/.config
        ln -sfT $(APATH)/awesome ~/.config/awesome
 .PHONY: awesome