mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 08:38:43 +00:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
# Options for Linux, Intel 386/486 and SDL
|
|
|
|
GCC_CFLAGS := -m64 $(GCC_CFLAGS)
|
|
CLANG_CFLAGS := -m64 $(CLANG_CFLAGS)
|
|
|
|
include linux-sdl.mk
|
|
|
|
include linux-common.mk
|
|
|
|
default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldesdl
|