1
0
mirror of https://github.com/mist64/perfect6502.git synced 2024-06-17 08:29:30 +00:00

remove errant measure.o reference in makefile that prevented building (duplicate mains)

This commit is contained in:
ChrisCoxArt 2021-09-28 23:18:13 -07:00
parent 6d74edb47b
commit cb3cefba9a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*/