This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ifeq ($(TARGET),) | |
| TARGET = mame | |
| endif | |
| # set this the operating system you're building for | |
| # (actually you'll probably need your own main makefile anyways) | |
| # MAMEOS = msdos | |
| #MAMEOS = gp2x | |
| MAMEOS = rpi |