mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-20 16:28:12 +00:00
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
# Options for Linux, aarch64 processor, X windows, for INIT processing
|
|
|
|
include linux-x.mk
|
|
|
|
DEBUGFLAGS =
|
|
ADDITIONAL_DFLAGS = $(DEBUGFLAGS) -DNOVERSION -DINIT
|
|
|
|
include linux-common.mk
|
|
|
|
OPTFLAGS = -O0 -g
|
|
|
|
default : ../$(OSARCHNAME)/ldeinit
|