spi/tests/Makefile

8 lines
105 B
Makefile

all:
for i in 00 01 10 11; do \
make -f run_mode.makefile MODE="$$i"; \
done
clean:
rm -rf obj_dir