mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-24 15:30:09 +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)
|