Skip to content

Commit c1817fb

Browse files
authored
Merge pull request #334 from Jordymalone/fix-typo
Fix typo
2 parents 369fc46 + be45f6b commit c1817fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ all:
4747

4848
clean:
4949
$(MAKE) -C $(KDIR) CC=$(CC) M=$(PWD) clean
50-
$(RM) other/cat_noblock *.plist
50+
$(RM) other/cat_nonblock *.plist
5151

5252
indent:
5353
clang-format -i *.[ch]

0 commit comments

Comments
 (0)