From 8f00aaf4827f5c47ccd93707578facdb190e63d8 Mon Sep 17 00:00:00 2001
From: Yax <kianby@madyanne.fr>
Date: Sun, 03 Sep 2017 16:14:09 +0000
Subject: [PATCH] add log filename to configuration

---
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e153e0b..26060f0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@
 # See LICENSE file for copyright and license details.
 #
 # vilain version
-VERSION = 0.3
+VERSION = 0.6
 
 # Customize below to fit your system
 # paths
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/man/man1/
 
-install: 
+install:
 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
 	@mkdir -p ${DESTDIR}${PREFIX}/bin
 	@cp -f vilain ${DESTDIR}${PREFIX}/bin
@@ -33,4 +33,4 @@
 	@echo removing manual page to ${DESTDIR}${MANPREFIX}/
 	@rm -f ${DESTDIR}${MANPREFIX}/vilain.1
 
-.PHONY: install uninstall 
+.PHONY: install uninstall

--
Gitblit v1.9.3