From 217ba8f68115377b9ccb00fb56ccb3c03f06aec5 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Wed, 6 Oct 2010 16:34:57 +0000 Subject: [PATCH] rename --- Makefile | 2 +- test.c => measure.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.c => measure.c (100%) diff --git a/Makefile b/Makefile index 5c724e2..5ba2c64 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OBJS=perfect6502.o #OBJS+=runtime.o runtime_init.o plugin.o console.o emu.o -OBJS+=test.o +OBJS+=measure.o CFLAGS=-Wall -O3 CC=clang diff --git a/test.c b/measure.c similarity index 100% rename from test.c rename to measure.c