diff Makefile @ 1909:508522f08e4d

Initial stab at VGM logging support
author Michael Pavone <pavone@retrodev.com>
date Fri, 27 Mar 2020 00:03:58 -0700
parents 4c322abd9fa5
children 9fd4bedc1a31
line wrap: on
line diff
--- a/Makefile	Thu Mar 26 23:53:35 2020 -0700
+++ b/Makefile	Fri Mar 27 00:03:58 2020 -0700
@@ -194,7 +194,7 @@
 endif
 endif
 endif
-AUDIOOBJS=ym2612.o psg.o wave.o
+AUDIOOBJS=ym2612.o psg.o wave.o vgm.o
 CONFIGOBJS=config.o tern.o util.o paths.o 
 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o
 RENDEROBJS=ppm.o controller_info.o render_audio.o