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