mirror of
https://github.com/AntonioND/dsma-library.git
synced 2025-06-18 16:45:33 -04:00
17 lines
288 B
Makefile
17 lines
288 B
Makefile
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# SPDX-FileContributor: Antonio Niño Díaz, 2024
|
|
|
|
BLOCKSDS ?= /opt/blocksds/core
|
|
|
|
# User config
|
|
|
|
NAME := performance
|
|
GAME_TITLE := DSMA: Performance
|
|
|
|
# Source code paths
|
|
|
|
BINDIRS := data
|
|
|
|
include $(BLOCKSDS)/sys/default_makefiles/rom_arm9/Makefile
|