all: test

clean:
	make -C milton6805 clean
	make -C fabulousfred clean

test:
	make -C milton6805 test
	make -C fabulousfred test

