X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Makefile;h=23d599103281b630c31b11e8f61291b9e6404cca;hp=11cf95b994572dbfd386fa44c6e032cc8fbe801a;hb=9e4b2aff9242c3e72c714c3bf01c670b576e6627;hpb=3efc5408879f922b2070ff9239e42a5d37220cb0 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