From: Simon Ruderich Date: Sun, 16 Mar 2014 15:20:27 +0000 (+0100) Subject: Makefile: add, runs ./setup.sh X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=49506632f4ab98a5d379f1c99841fc1923387241 Makefile: add, runs ./setup.sh --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..23d5991 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + @./setup.sh + +.PHONY: all