aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
blob: 3101b65eccae52306db4250baec242e90e77cf86 (plain) (blame)
1
2
3
4
5
6
7
all:
	for i in 00 01 10 11; do \
		make -f run_mode.makefile MODE="$$i"; \
	done

clean:
	rm -rf obj_dir