From 40341a0eec50588f574199a3ee213dbb97b576e5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 May 2015 15:04:25 +0200 Subject: fix nowait for polling + add nonblocking example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/examples/nonblocking/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/examples/nonblocking/Makefile (limited to 'doc/examples/nonblocking/Makefile') diff --git a/doc/examples/nonblocking/Makefile b/doc/examples/nonblocking/Makefile new file mode 100644 index 0000000..1b1cbd3 --- /dev/null +++ b/doc/examples/nonblocking/Makefile @@ -0,0 +1,13 @@ +COMMANDS = init cleanup write poll + +all: ${COMMANDS} + +%: %.c + ${CC} -Wall -Wextra -pedantic -std=c99 -lbus -o $@ $< + +clean: + -rm ${COMMANDS} + + +.PHONY: all clean + -- cgit v1.2.3-70-g09d2