mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 00:38:06 +00:00
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
# Options for Linux, Intel 386/486 and X-Window
|
|
|
|
GCC_CFLAGS := -m32 $(GCC_CFLAGS)
|
|
CLANG_CFLAGS := -m32 $(CLANG_CFLAGS)
|
|
|
|
include linux-x.mk
|
|
|
|
include linux-common.mk
|
|
|
|
default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldex
|