From: notaz Date: Tue, 17 Mar 2009 20:41:23 +0000 (+0000) Subject: rename test -> hexed X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526976b9201d9f7350f7fb0372c70c32df909224;p=megadrive.git rename test -> hexed --- diff --git a/hexed/Makefile b/hexed/Makefile index de60dbc..cebf024 100644 --- a/hexed/Makefile +++ b/hexed/Makefile @@ -6,7 +6,7 @@ OBJCOPY = $(CROSS)objcopy ASFLAGS = -m68000 --register-prefix-optional --bitwise-or TARGET = hexed.bin -OBJS = sega_gcc.o test.o font.o +OBJS = sega_gcc.o hexed.o font.o all : $(TARGET) diff --git a/hexed/test.s b/hexed/hexed.s similarity index 100% rename from hexed/test.s rename to hexed/hexed.s