summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-20 22:27:51 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-20 22:27:51 -0700
commit73ffeecaebbc313eb5713d779622b6e91cc72675 (patch)
tree022d8f867fdc8773073665d0d908b56d9a019ce3 /Makefile
parent863ea0b3f8b8879ac3092f391a68dc95d0d04de2 (diff)
Add some tests for hint timing and fix it properly this time.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ddcd52..ae61100 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,9 @@ stateview : stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o
vgmplay : vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS)
$(CC) -o vgmplay vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) $(LDFLAGS)
+
+test : test.o vdp.o
+ $(CC) -o test test.o vdp.o
testgst : testgst.o gst.o
$(CC) -o testgst testgst.o gst.o