]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Makefile: add, runs ./setup.sh
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 15:20:27 +0000 (16:20 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 15:20:27 +0000 (16:20 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..23d5991
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+       @./setup.sh
+
+.PHONY: all