libretro-genode/cores/2048/Tuprules.tup

17 lines
361 B
Plaintext
Raw Normal View History

2019-03-03 13:30:18 +01:00
CORE_PKGS += libc libm
CFLAGS += -O3 -Wall -pedantic -std=gnu99
2019-03-03 13:30:18 +01:00
include upstream/Makefile.common
2019-03-02 23:27:15 +01:00
: foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs}
2019-03-02 23:27:15 +01:00
: {libretro_objs} |> !libretro_core_link |> {core}
2019-03-24 20:04:00 +01:00
: {core} |> !collect_bin |>
: |> !bin |>
2019-07-13 23:43:03 +02:00
: $(TUP_CWD)/pkg.dhall |> !render_runtime |> {runtime}
2019-03-24 20:04:00 +01:00
: |> !pkg |>
2019-07-13 23:43:03 +02:00
: $(TUP_CWD)/pkg.dhall |> !index_pkg |>