From 0f31d194025df5d63fcee65e32baa90cc5aa0ad6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 May 2015 14:28:20 +0200 Subject: add timed example and fix timed polling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/examples/timed/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/examples/timed/Makefile (limited to 'doc/examples/timed/Makefile') diff --git a/doc/examples/timed/Makefile b/doc/examples/timed/Makefile new file mode 100644 index 0000000..1b1cbd3 --- /dev/null +++ b/doc/examples/timed/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