# SPDX-License-Identifier: CC0-1.0
#
# SPDX-FileContributor: Antonio Niño Díaz, 2023-2025

BLOCKSDS	?= /opt/blocksds/core

# User config

NAME		:= maxmod_sound_effects
GAME_TITLE	:= Sound effects
GAME_SUBTITLE	:= Maxmod

# Source code paths

AUDIODIRS	:= audio

# Libraries

LIBS		:= -lnds9 -lmm9
LIBDIRS		:= $(BLOCKSDS)/libs/maxmod

include $(BLOCKSDS)/sys/default_makefiles/rom_arm9/Makefile
