mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 16:42:35 +00:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
# Options for Linux, Intel 386/486 and X-Window
|
|
|
|
GCC_CFLAGS := -m32 $(GCC_CFLAGS)
|
|
CLANG_CFLAGS := -m32 $(CLANG_CFLAGS)
|
|
USE_DISPLAY=x
|
|
USE_LIBBSD=T
|
|
|
|
include linux-common.mk
|