Epple-II/Makefile.mingw

5 lines
91 B
Makefile

MAKEFILE=Makefile.mingw
all:
$(MAKE) -C rom -f $(MAKEFILE)
$(MAKE) -C src -f $(MAKEFILE)