

include ../Makefile.macros

# Default Target directory to install cache simulator. Will be over-rided.
TARGET_DIR = ../test

CP = cp

all:
	$(CP) $(SOURCES) $(TARGET_DIR)	