blob: b8927478115c2ec6099f6f146ee22e9d32a9b239 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
BLOCKSDS ?= /opt/blocksds/core
NAME := bedrock_emu
GAME_TITLE := Bedrock
GAME_SUBTITLE := Run Bedrock programs
GAME_AUTHOR := https://derelict.engineering
include $(BLOCKSDS)/sys/default_makefiles/rom_arm9arm7/Makefile
|