]> git.sesse.net Git - c64tapwav/commitdiff
Merge branch 'master' of /srv/git.sesse.net/www/c64tapwav
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Mar 2016 23:36:28 +0000 (00:36 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Mar 2016 23:36:28 +0000 (00:36 +0100)
Makefile

index 956b7908d6ea6baf2281aa164a91e1da2052b41a..2756d4f74f0f9029a37b7afd5add4a43c6bce767 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)