TARGET = Cpu.a

SRCS = \
cpu.cpp \
cpu-mips.cpp \

SPATH =

CPPFLAGS = -I. -I../Database -I../Database/internals

include ../Makefile.cfg

$(TARGET): $(OBJS)
	$(AR) $@ $^

-include $(DEPS)