X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Makefile;h=23d599103281b630c31b11e8f61291b9e6404cca;hp=6caf0e5fc25eab3c3a5aa82c9dff068dcbc8cf6e;hb=9e4b2aff9242c3e72c714c3bf01c670b576e6627;hpb=4f6e80b96fd0b0ff17f83521c5b6fd7a44c0521f diff --git a/Makefile b/Makefile index 6caf0e5..23d5991 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,4 @@ -# Makefile for VCS configuration files. +all: + @./setup.sh - -# Generate necessary files and create symbolic links in ~/. -M4=../m4.sh -LINK=../link.sh -.PHONY: setup -setup: - # Generate gitconfig. - $(M4) gitconfig -DHOME=$(HOME) - # Link setup. - $(LINK) gitconfig ~/.gitconfig - $(LINK) gitignore ~/.gitignore - $(LINK) hgrc ~/.hgrc - $(LINK) hgignore ~/.hgignore +.PHONY: all