mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-19 16:11:45 +00:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
# Options for Linux, Intel 386/486 and SDL
|
|
|
|
GCC_CFLAGS := -m64 $(GCC_CFLAGS)
|
|
CLANG_CFLAGS := -m64 $(CLANG_CFLAGS)
|
|
USE_DISPLAY=sdl
|
|
USE_LIBBSD=T
|
|
|
|
include linux-common.mk
|