summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-06-30 10:24:14 -0700
committerkaa <kaa@disroot.org>2023-06-30 10:24:14 -0700
commit94e0fbe794455d3e61ffcb5b2a34918ddd12949b (patch)
tree20fced40766b3445a8020dc69c60055c26e981c2 /makefile
parent67904a09bab959fdb27f7d237275097840b19f7b (diff)
Compare strstr’s return value against NULL instead of 0.
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile4
1 files changed, 2 insertions, 2 deletions
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