all: $(MAKE) -C ../mcs51 all cp ../mcs51/*.rel . touch dummy.rel clean: rm -f *.rel distclean: clean rm -f Makefile