From ab390dd41bbbfd24c6a9c5d3923e9b1ffff89d54 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Wed, 6 May 2009 18:23:35 +0000 Subject: [PATCH] Build the .dol file --- Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii b/Makefile.wii index 1acc8c0..aa235cb 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -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: