BizHawk/waterbox/nyma/vb.mak

10 lines
165 B
Makefile
Raw Permalink Normal View History

2020-05-21 23:08:13 +00:00
include common.mak
SRCS += \
$(filter-out %debug.cpp,$(call cppdir,vb)) \
2022-05-30 00:21:01 +00:00
$(call cppdir,hw_cpu/v810) \
cdrom_dummy.cpp \
vb.cpp
2020-05-21 23:08:13 +00:00
include ../common.mak