]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - Makefile
11cf95b994572dbfd386fa44c6e032cc8fbe801a
[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