From 06c30104580ec9c589580c695f2cfbb6cc0b8575 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 1 Feb 2022 11:49:03 -0500 Subject: Initial commit of src/vox.c --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3