]> git.sesse.net Git - c64tapwav/commitdiff
Add a missing .o to OBJS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 23:36:23 +0000 (00:36 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 23:36:23 +0000 (00:36 +0100)
Makefile

index a3cf95f54f78b4e04ebcc84ed0276594877920c3..28ab7bc92dae88340a950b9a7acb5680a8f2b5fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: synth decode sync cleaner
 %.o: %.cpp
        $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<
 
-OBJS=decode.o synth.o synth_main.o interpolate.o sync.o level.o filter.o
+OBJS=audioreader.o decode.o synth.o synth_main.o interpolate.o sync.o level.o filter.o
 
 DEPS=$(OBJS:.o=.d)
 -include $(DEPS)