From 526976b9201d9f7350f7fb0372c70c32df909224 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 17 Mar 2009 20:41:23 +0000 Subject: [PATCH] rename test -> hexed --- hexed/Makefile | 2 +- hexed/{test.s => hexed.s} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hexed/{test.s => hexed.s} (100%) 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 -- 2.39.2