fix missing include of config.mk - lchat - A line oriented chat front end for ii.
(HTM) git clone git://git.suckless.org/lchat
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 6bef7349da7ea27ecdb562a4e47fd268cabe514d
(DIR) parent 84eec82dccf223861142f19ca57b410ba414c98a
(HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Mon, 2 Apr 2018 00:43:50 +0200
fix missing include of config.mk
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-#include config.mk
+include config.mk
.PHONY: all install filter clean test