X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Makefile;h=23d599103281b630c31b11e8f61291b9e6404cca;hb=4feb6907a365f3dd19f246563c17656a7bc22f90;hp=11cf95b994572dbfd386fa44c6e032cc8fbe801a;hpb=3efc5408879f922b2070ff9239e42a5d37220cb0;p=config%2Fdotfiles.git diff --git a/Makefile b/Makefile index 11cf95b..23d5991 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,4 @@ -# Makefile for the dotfiles directory where most configuration files are -# stored. +all: + @./setup.sh - -# 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 +.PHONY: all