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

clean:
	rm -rf obj_dir