mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +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)
|