csci2021/ArchLab/archlab-handout/sim/ptest/Makefile
Michael Zhang 1fa36db752
f
2018-01-29 17:45:27 -06:00

20 lines
273 B
Makefile

SIM=../pipe/psim
TFLAGS=
ISADIR = ../misc
YAS=$(ISADIR)/yas
.SUFFIXES: .ys .yo
.ys.yo:
$(YAS) $*.ys
test:
./optest.pl -s $(SIM) $(TFLAGS)
./jtest.pl -s $(SIM) $(TFLAGS)
./ctest.pl -s $(SIM) $(TFLAGS)
./htest.pl -s $(SIM) $(TFLAGS)
clean:
rm -f *.o *~ *.yo *.ys