diff options
Diffstat (limited to '')
-rw-r--r-- | doc/examples/timed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/timed/Makefile b/doc/examples/timed/Makefile index 1b1cbd3..fe1285c 100644 --- a/doc/examples/timed/Makefile +++ b/doc/examples/timed/Makefile @@ -1,4 +1,4 @@ -COMMANDS = init cleanup write poll +COMMANDS = init cleanup write poll read all: ${COMMANDS} |