From 9faf8e0ccff2755cd019ff64d8322226a214b013 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 5 Oct 2012 10:01:01 +0100 Subject: Add morphology to try and build more nicely --- rsync.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rsync.morph diff --git a/rsync.morph b/rsync.morph new file mode 100644 index 00000000..6436a3a1 --- /dev/null +++ b/rsync.morph @@ -0,0 +1,9 @@ +{ + "name": "rsync", + "kind": "chunk", + "build-system": "autotools", + "build-commands": [ + "make proto", + "make" + ] +} -- cgit v1.2.1