From f4c88dfc3f590e95ffae8e80c8b60c27f167dbd2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Jun 2013 23:19:39 +0200 Subject: Add Makefile for easy installation --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0471f92 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +pkgs = cl-alexandria-git clark-git cl-babel cl-cffi cl-iterate \ + cl-sqlite cl-trivial-features cl-trivial-gray-streams \ + python2-dispass python2-dispass-git + +.PHONY: all $(pkgs) $(install-pkgs) + +all: + +$(pkgs): + cd "$@" && makepkg -sic --needed --noconfirm && cd "$(CURDIR)" + +clark-git: cl-sqlite +cl-babel: cl-trivial-gray-streams cl-alexandria-git cl-trivial-features +cl-cffi: cl-babel cl-alexandria-git cl-trivial-features +cl-sqlite: cl-iterate cl-cffi -- cgit v1.2.3-54-g00ecf