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