genode-ehmry/libretro/cores/oberon/Tupfile

12 lines
215 B
Plaintext
Raw Normal View History

2019-02-26 17:36:48 +01:00
include_rules
CORE_DIR = core
include $(CORE_DIR)/Libretro/Makefile.common
GIT_VERSION = `git describe --always`
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
CFLAGS += $(INCFLAGS)
include $(LIBRETRO_CORE_INCLUDE)