cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit f819a10609d2be6ccbf842aefcc6f5f95cbfd7d9
parent 1d269e9667793cd17c7f1c68469788377a0e5f47
Author: cnlohr <lohr85@gmail.com>
Date:   Mon, 25 May 2020 03:11:03 -0700

Merge branch 'master' of https://github.com/cnlohr/cnping

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

diff --git a/Makefile b/Makefile @@ -31,7 +31,6 @@ resources.o : resources.rc # Unix -all : cnping searchnet cnping : cnping.c ping.c httping.c $(CC) $(CFLAGS) -o $@ $^ -lX11 -lm -lpthread -lGL $(LDFLAGS)