diff options
author | XANTRONIX Development | 2022-03-13 21:42:48 -0400 |
---|---|---|
committer | XANTRONIX Development | 2022-03-13 21:42:48 -0400 |
commit | f96a070e690d97764fb4c47caaba9c3847d7a713 (patch) | |
tree | 61be3da7482f498b93dd58c86084b3595a401ac4 /examples/Makefile | |
parent | 8d919fcc28bef2998a205516f7a8f7ca929a49bb (diff) | |
download | xas-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/Makefile | 2 |
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) |