X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=Makefile;h=28ab7bc92dae88340a950b9a7acb5680a8f2b5fc;hp=a3cf95f54f78b4e04ebcc84ed0276594877920c3;hb=88155a672594488ef8f7d2f5fc91c608f9f066b3;hpb=9f970d8c08189dca53d4c5afc29e396b57cd72eb diff --git a/Makefile b/Makefile index a3cf95f..28ab7bc 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)