From 8b0123170320acdf8cd8b472e057987828955c7f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 21 Apr 2020 08:22:23 -0400 Subject: Fix icon.o; dism two libmwcc funcs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91f6d8e3..5a9021b5 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ DUMMY != mkdir -p $(ALL_DIRS) %.png: ; %.pal: ; -$(BUILD_DIR)/asm/icon.o: graphics/icon.4bpp graphics/icon.gbapal +$(BUILD_DIR)/data/icon.o: graphics/icon.4bpp graphics/icon.gbapal ### Debug Print ### -- cgit v1.2.3