lchat

A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log | Files | Refs | README

commit 6bef7349da7ea27ecdb562a4e47fd268cabe514d
parent 84eec82dccf223861142f19ca57b410ba414c98a
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date:   Mon,  2 Apr 2018 00:43:50 +0200

fix missing include of config.mk

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -#include config.mk +include config.mk .PHONY: all install filter clean test