genode-ehmry/libretro/cores/oberon/Tupfile

12 lines
215 B
Plaintext

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)