summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-13 21:42:48 -0400
committerXANTRONIX Development2022-03-13 21:42:48 -0400
commitf96a070e690d97764fb4c47caaba9c3847d7a713 (patch)
tree61be3da7482f498b93dd58c86084b3595a401ac4 /examples/Makefile
parent8d919fcc28bef2998a205516f7a8f7ca929a49bb (diff)
downloadxas-f96a070e690d97764fb4c47caaba9c3847d7a713.tar.gz
xas-f96a070e690d97764fb4c47caaba9c3847d7a713.tar.bz2
xas-f96a070e690d97764fb4c47caaba9c3847d7a713.zip
Implement examples/pod.c
Implement examples/pod.c to create audio files for any given drone, providing a drone identifier as first argument
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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)