PIPESIM = ../../pipelined-model 

tiny.out:
	$(PIPESIM) -thread mipsver data/tiny.i -o tiny.1

small.out:
	$(PIPESIM) -thread mipsver data/smred.c-iterate.i -o small.s

clean:
	rm *.out *.s
