From 83b7ad228049af15ed998278fc442adb11842149 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= <gunter@peterpall.de>
Date: Tue, 2 Jun 2015 21:52:25 +0200
Subject: [PATCH 1/2] A "make install" command for autotools similarity.

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 4e0908e..6b95ceb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
 all: waf
 
+install:
+	./waf install
+
 waf:
 	./waf
 cscope: cscope.out
-- 
2.1.4

