Files
genode-world/recipes/api/libretro/content.mk
Emery Hemingway 8b408fa2ef Depot: recipe for Libretro API
Add missing API recipe for the Libretro header.

Ref #91
2017-12-04 21:15:49 +01:00

11 lines
240 B
Makefile

content: include/libretro.h LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libretro)
include/libretro.h: $(PORT_DIR)/include/libretro.h
mkdir $(dir $@)
cp -r $< $@
LICENSE: include/libretro.h
head -n 22 include/libretro.h > $@