ckplot

plot scatter graphs of csv data
git clone git://bvnf.space/ckplot.git
Log | Files | Refs | README

commit f815b913a99c70be80d1e362fba3e2298b5c0a7c
parent 5fb4f5b5a3f3b02d9bd0683d4bf803bdb5bdf8e3
Author: phoebos <ben@bvnf.space>
Date:   Thu, 26 May 2022 18:30:53 +0100

update

Diffstat:
MMakefile | 2+-
MREADME | 6+++---
MREADME.7 | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ XCFLAGS = $(CFLAGS) -I/usr/local/include -I/usr/include/cairo -Wall -Wextra -Wpe XLDFLAGS = $(LDFLAGS) -lkplot -L/usr/local/lib -lcsv -lcairo kplot: kplot.c - $(CC) $(XCFLAGS) $(XLDFLAGS) -o $@ $< + $(CC) $(XCFLAGS) -o $@ kplot.c $(XLDFLAGS) clean: rm -f kplot diff --git a/README b/README @@ -4,9 +4,9 @@ NAME ckplot - plot csv data DESCRIPTION - ckplot(1) is a simple wrapper around the kplot(3) library, written by - Kristaps Dzonsons, using the basic csv(3) library to plot scatter graphs - of csv data. + ckplot(1) is a simple wrapper around the https://kristapsdz.bsd.lv/kplot + kplot(3) library, written by Kristaps Dzonsons, using the basic csv(3) + library to plot scatter graphs of csv data. AUTHORS phoebos <ben@bvnf.space> diff --git a/README.7 b/README.7 @@ -7,7 +7,7 @@ .Sh DESCRIPTION .Xr ckplot 1 is a simple wrapper around the -.Xr kplot 3 +.Lk https://kristapsdz.bsd.lv/kplot Xr kplot 3 library, written by .An Kristaps Dzonsons , using the basic