Build the .dol file

This commit is contained in:
simon.kagstrom 2009-05-06 18:23:35 +00:00
parent ba73ba8cd4
commit ab390dd41b

View File

@ -37,7 +37,7 @@ OBJS := $(subst $(SRC_DIR),$(OBJ_DIR),$(SRCS:.c=.o))
TEST_SRCS := $(TEST_SRC_DIR)/showfont.c
# What's a full build?
all: uae.elf
all: uae.dol
# How to delete the intermediate files.
clean: