# KallistiOS ##version##
#
# romdisk/Makefile
# (c)2023 Paul Cercueil
#

OBJS = romdiskbase.o

all: $(OBJS)

include $(KOS_BASE)/Makefile.prefab
