1
0
mirror of https://github.com/mist64/perfect6502.git synced 2024-06-01 10:41:28 +00:00
This commit is contained in:
Michael Steil 2010-10-06 16:34:57 +00:00
parent f8fe8d9d46
commit 217ba8f681
2 changed files with 1 additions and 1 deletions

View File

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

View File