mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-09 10:29:45 +00:00
5 lines
91 B
Makefile
5 lines
91 B
Makefile
MAKEFILE=Makefile.mingw
|
|
all:
|
|
$(MAKE) -C rom -f $(MAKEFILE)
|
|
$(MAKE) -C src -f $(MAKEFILE)
|