mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
6 lines
115 B
Makefile
6 lines
115 B
Makefile
# makefile fragment for ppc-morphos / gcc
|
|
|
|
LDFLAGS+= -noixemul
|
|
CFLAGS += -noixemul
|
|
CPPFLAGS += -DWORDS_BIGENDIAN=1
|