chibipub

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 920713785c03e5c605f5b93ac93775ae031db405
parent f12b05eec949effa8619f3874b0062974ac08f52
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 21 Dec 2020 08:14:49 -0800

tidy test json

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

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ all: wolfsocks @$(CC) -c -o $@ $(CPPFLAGS) $(CFLAGS) $< corpus/math.json: - curl -sL 'https://data.cityofnewyork.us/api/views/x4ai-kstz/rows.json?accessType=DOWNLOAD' > $@ + curl --compressed -sL 'https://jb55.com/s/5aaaae6d64be61fd.json' > $@ wolfsocks: src/wolfsocks.c $(OBJS) $(HEADERS) $(CC) $(CFLAGS) $< $(OBJS) $(LDFLAGS) -o $@