From 94e0fbe794455d3e61ffcb5b2a34918ddd12949b Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 30 Jun 2023 10:24:14 -0700 Subject: =?UTF-8?q?Compare=20strstr=E2=80=99s=20return=20value=20against?= =?UTF-8?q?=20NULL=20instead=20of=200.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f8c4d00..48fb2e5 100755 --- a/makefile +++ b/makefile @@ -2,11 +2,11 @@ CC = cc CFLAGS = -g -Wall LDFLAGS = -static -all: files drawn/monthly composed photographed/monthly +all: files drawn/monthly composed photographed/monthly neols .c: $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< clean: - rm -f files drawn/monthly composed photographed/monthly + rm -f files drawn/monthly composed photographed/monthly neols rm -f files.html files.html.bup drawn/*.html drawn/*.html.bup composed.html photographed/*.html photographed/*.html.bup -- cgit v1.2.3