From: Steinar H. Gunderson Date: Thu, 17 Mar 2016 23:36:28 +0000 (+0100) Subject: Merge branch 'master' of /srv/git.sesse.net/www/c64tapwav X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=commitdiff_plain;h=e283d8b328e737d7119263010f63b7452fa05e6a;hp=2ce3a134aa061051306852e6ebfa5a2a44085f98 Merge branch 'master' of /srv/git.sesse.net/www/c64tapwav --- diff --git a/Makefile b/Makefile index 956b790..2756d4f 100644 --- 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)