diff options
| author | XANTRONIX Development | 2022-03-17 23:50:30 -0400 | 
|---|---|---|
| committer | XANTRONIX Development | 2022-03-17 23:50:30 -0400 | 
| commit | 0e7217162d12db94f84445f6649011581607e6c7 (patch) | |
| tree | e2dbccf289cd45b044f8c8387b61810fc16b20a1 /examples/Makefile | |
| parent | 8ce8ec1c8c2531c7b78b2bf36241fa2e7b5c1da0 (diff) | |
| download | xas-0e7217162d12db94f84445f6649011581607e6c7.tar.gz xas-0e7217162d12db94f84445f6649011581607e6c7.tar.bz2 xas-0e7217162d12db94f84445f6649011581607e6c7.zip | |
Initial implementation of examples/beep.c
Initial implementation of examples/beep.c to exercise drone beeping!
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile b/examples/Makefile index 1146600..72e4c3d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIBNAME		= xas  CFLAGS		+= -I$(INCLUDE_PATH)  LDFLAGS		+= -L../src -l$(LIBNAME) -lm -EXAMPLES	= test open say spatial seq pod +EXAMPLES	= test open say spatial seq pod beep  all: $(EXAMPLES) | 
 
    