mirror of
https://github.com/mist64/perfect6502.git
synced 2026-04-20 16:16:25 +00:00
remove errant measure.o reference in makefile that prevented building (duplicate mains)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
OBJS=perfect6502.o netlist_sim.o
|
||||
OBJS+=cbmbasic/cbmbasic.o cbmbasic/runtime.o cbmbasic/runtime_init.o cbmbasic/plugin.o cbmbasic/console.o cbmbasic/emu.o
|
||||
OBJS+=measure.o
|
||||
#OBJS+=measure.o
|
||||
CFLAGS=-Werror -Wall -O3
|
||||
CC=cc
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ Intel Xeon 3.4 Ghz
|
||||
original speed: 19677 steps per second
|
||||
original memory usage: 18.8 MB
|
||||
|
||||
current speed: 22664 steps per second
|
||||
current speed: 22864 steps per second
|
||||
current memory usage: 1.1 MB
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user