X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=11cf95b994572dbfd386fa44c6e032cc8fbe801a;hp=0000000000000000000000000000000000000000;hb=3efc5408879f922b2070ff9239e42a5d37220cb0;hpb=83e6f4b14a52acf3c3932bf60f10258b39098e50 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..11cf95b --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +# Makefile for the dotfiles directory where most configuration files are +# stored. + + +# Run setup in all configuration directories. Ignore errors as some of the +# directories may not be present. +.PHONY: setup +setup: + -cd browser && make setup > /dev/null + -cd lftp && make setup > /dev/null + -cd mail && make setup > /dev/null + -cd music && make setup > /dev/null + -cd shell && make setup > /dev/null + -cd vcs && make setup > /dev/null + -cd vim && make setup > /dev/null