toctave

t(iny)octave
Log | Files | Refs | README

commit 71276887c0d4ee2115814798911da0dcbc7ca6db
parent 0feb304f9085676e01da7746b9f58d9825fd335a
Author: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
Date:   Sat, 28 May 2022 00:49:27 +0430

Makefile: Add a comment for JITTER_DISPATCH

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

diff --git a/Makefile b/Makefile @@ -1,5 +1,6 @@ -JITTER_DISPATCH = switch +# See the output of `jitter-config --dispatches` command for valid values +JITTER_DISPATCH ?= switch JITTER_PREFIX ?= $(HOME)/usr CFLAGS += -std=gnu99