summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 873ea0c..6c4e1a7 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,9 @@ stateview$(EXE) : stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o
vgmplay$(EXE) : vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS)
$(CC) -o $@ $^ $(LDFLAGS)
$(FIXUP) ./$@
+
+blastcpm : blastcpm.o util.o $(Z80OBJS) $(TRANSOBJS)
+ $(CC) -o $@ $^
test : test.o vdp.o
$(CC) -o test test.o vdp.o