blob: 0885ee603e4bd171087470c945b58e228da72a6e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
BLOCKSDS ?= /opt/blocksds/core
NAME := cobalt
GAME_TITLE := Cobalt
GAME_SUBTITLE := Pixel painting studio
GAME_AUTHOR := https://derelict.engineering
include $(BLOCKSDS)/sys/default_makefiles/rom_arm9arm7/Makefile
|