mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# makefile fragment for m68k-amigaos / gcc
|
|
|
|
#CRT_FLAGS = -mcrt=clib2
|
|
CRT_FLAGS = -noixemul
|
|
|
|
LDFLAGS+= $(CRT_FLAGS)
|
|
LDLIBS += -lm
|
|
CFLAGS += $(CRT_FLAGS)
|
|
CPPFLAGS+= -DWORDS_BIGENDIAN=1
|