summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-01-31 13:03:45 -0500
committerXANTRONIX Development2022-01-31 13:03:45 -0500
commit300f39e19369d44d3217bf1122d1feeaef4a0f5d (patch)
tree20beb967288817c26d976c8cbe462847aa63b859 /src/Makefile
parentd8e3d3fc0fb6e4f88f3e3c789575e38a74a01299 (diff)
downloadxas-300f39e19369d44d3217bf1122d1feeaef4a0f5d.tar.gz
xas-300f39e19369d44d3217bf1122d1feeaef4a0f5d.tar.bz2
xas-300f39e19369d44d3217bf1122d1feeaef4a0f5d.zip
I really don't like the fact that this compiles
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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