X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Makefile;h=6caf0e5fc25eab3c3a5aa82c9dff068dcbc8cf6e;hp=6bae053e4957421a3405b868c2d966ea33cea63c;hb=4f6e80b96fd0b0ff17f83521c5b6fd7a44c0521f;hpb=b199882d97d2493a90126c779a147a384ae9635c diff --git a/Makefile b/Makefile index 6bae053..6caf0e5 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,12 @@ # 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