From 300f39e19369d44d3217bf1122d1feeaef4a0f5d Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 31 Jan 2022 13:03:45 -0500 Subject: I really don't like the fact that this compiles --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d638619..a8853be 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,9 @@ CC = $(CROSS)cc CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -HEADERS = audio.h mixer.h riff.h +HEADERS = audio.h mixer.h synth.h riff.h -OBJS = audio.o mixer.o riff.o +OBJS = audio.o mixer.o synth.o riff.o VERSION_MAJOR = 0 VERSION_MINOR = 0.1 -- cgit v1.2.3