From: Simon Ruderich Date: Sun, 15 Feb 2009 17:26:09 +0000 (+0100) Subject: Add setup support. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=dfbe855687fedc33bd9deb6d169c0ad0c2084142 Add setup support. The Makefile contains a setup target which creates all necessary symbolic links in ~/. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b9502a8 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +# Makefile for lftp configuration files. + + +# Generate necessary files and create symbolic links in ~/. +LINK=../link.sh +.PHONY: setup +setup: + # Link setup. + $(LINK) "" ~/.lftp