diff options
| author | XANTRONIX Development | 2022-02-01 11:49:03 -0500 | 
|---|---|---|
| committer | XANTRONIX Development | 2022-02-01 11:49:03 -0500 | 
| commit | 06c30104580ec9c589580c695f2cfbb6cc0b8575 (patch) | |
| tree | b1782db453869cac5e516c5fb775bbeb3e641be3 /src/Makefile | |
| parent | 2ba47727bc4690336e5d9d5f5b83d82577ce7515 (diff) | |
| download | xas-06c30104580ec9c589580c695f2cfbb6cc0b8575.tar.gz xas-06c30104580ec9c589580c695f2cfbb6cc0b8575.tar.bz2 xas-06c30104580ec9c589580c695f2cfbb6cc0b8575.zip | |
Initial commit of src/vox.c
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Makefile b/src/Makefile index a8853be..d5ddc43 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,9 @@ CC		 = $(CROSS)cc  CFLAGS		+= -I$(INCLUDE_PATH)  LDFLAGS		+= -HEADERS		= audio.h mixer.h synth.h riff.h +HEADERS		= audio.h riff.h mixer.h synth.h vox.h -OBJS		= audio.o mixer.o synth.o riff.o +OBJS		= audio.o riff.o mixer.o synth.o vox.o  VERSION_MAJOR	= 0  VERSION_MINOR	= 0.1 | 
 
    