diff --git a/examples/Makefile b/examples/Makefile index fc7389ce..1a8fc767 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -47,7 +47,7 @@ all: clean: $(MAKE) -C $(KDIR) CC=$(CC) M=$(PWD) clean - $(RM) other/cat_noblock *.plist + $(RM) other/cat_nonblock *.plist indent: clang-format -i *.[ch]