fix missing include of config.mk - lchat - A line oriented chat front end for i… | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 6bef7349da7ea27ecdb562a4e47fd268cabe514d | |
parent 84eec82dccf223861142f19ca57b410ba414c98a | |
Author: Jan Klemkow <[email protected]> | |
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(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,4 +1,4 @@ | |
-#include config.mk | |
+include config.mk | |
.PHONY: all install filter clean test | |