From e0fda7988c2cca763d92075a5d95f813a37b69f4 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 15 Feb 2022 20:53:24 -0500 Subject: It's surprising this stuff compiles, but fuck it --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b9e9150..7c26ac9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,9 @@ CC = $(CROSS)cc CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -HEADERS = audio.h riff.h mixer.h synth.h vox.h bank.h +HEADERS = audio.h riff.h mixer.h synth.h vox.h bank.h spatial.h -OBJS = audio.o riff.o mixer.o synth.o vox.o bank.o +OBJS = audio.o riff.o mixer.o synth.o vox.o bank.o spatial.o VERSION_MAJOR = 0 VERSION_MINOR = 0.1 -- cgit v1.2.3