mirror of
https://github.com/GeekJoystick/game-and-watch-game-engine.git
synced 2025-12-17 01:16:10 +01:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
sdl:
|
|
make -f Makefile.desktop
|
|
|
|
gnw-flash:
|
|
make -f Makefile.gnw-flash clean
|
|
make -f Makefile.gnw-flash
|
|
|
|
gnw-ram:
|
|
make -f Makefile.gnw-ram clean
|
|
make -f Makefile.gnw-ram
|