From 196d36aa0538d4475e82cbd720f03391f6618291 Mon Sep 17 00:00:00 2001 From: Nick Patavalis Date: Thu, 15 Dec 2016 16:58:24 +0200 Subject: [PATCH] Comments --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71dd009..3fb3f16 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ CPPFLAGS += -DHISTFILE=\"$(HISTFILE)\" \ OBJS += linenoise-1.0/linenoise.o linenoise-1.0/linenoise.o : linenoise-1.0/linenoise.c linenoise-1.0/linenoise.h -## Comment this in to enable custom baudrate support for Linux (kernels > 2.6), OSX (Tiger and above) +## Comment this in to enable custom baudrate support. +## Works with: Linux (kernels > 2.6), OSX (Tiger and above) #CPPFLAGS += -DUSE_CUSTOM_BAUD ## Comment this IN to remove help strings (saves ~ 4-6 Kb).