From f96a070e690d97764fb4c47caaba9c3847d7a713 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 13 Mar 2022 21:42:48 -0400 Subject: Implement examples/pod.c Implement examples/pod.c to create audio files for any given drone, providing a drone identifier as first argument --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 756fa89..1146600 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 +EXAMPLES = test open say spatial seq pod all: $(EXAMPLES) -- cgit v1.2.3