diff --git a/Makefile b/Makefile index 43a59b4..3fb0736 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ assets/%.pb16: src/tools/pb16.py assets/% # Notice that the build date is always refreshed. bin/%.${ROMEXT}: $(patsubst src/%.asm,obj/%.o,${SRCS}) @${MKDIR_P} "${@D}" - ${RGBASM} ${ASFLAGS} -o obj/build_date.o src/assets/build_date.asm + ${RGBASM} ${ASFLAGS} -o obj/lib/build_date.o src/lib/build_date.asm ${RGBLINK} ${LDFLAGS} -m bin/$*.map -n bin/$*.sym -o $@ $^ \ && ${RGBFIX} -v ${FIXFLAGS} $@ diff --git a/src/assets/build_date.asm b/src/lib/build_date.asm similarity index 100% rename from src/assets/build_date.asm rename to src/lib/build_date.asm