aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
blob: 31486320bba78c251f305a983e0743829b2ef494 (plain) (blame)
1
2
3
4
5
6
7
8
9
MODES=00 01 10 11

all:
	for i in ${MODES}; do \
		make -f run_mode.makefile MODE="$$i"; \
	done

clean:
	rm -rf obj_dir mode[01][01]*