]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - Makefile
Add setup support.
[config/dotfiles.git] / Makefile
1 # Makefile for the dotfiles directory where most configuration files are
2 # stored.
3
4
5 # Run setup in all configuration directories. Ignore errors as some of the
6 # directories may not be present.
7 .PHONY: setup
8 setup:
9         -cd browser && make setup > /dev/null
10         -cd lftp && make setup > /dev/null
11         -cd mail && make setup > /dev/null
12         -cd music && make setup > /dev/null
13         -cd shell && make setup > /dev/null
14         -cd vcs && make setup > /dev/null
15         -cd vim && make setup > /dev/null