mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-20 16:28:12 +00:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
# Options for Linux, x86 processor, X windows, for INIT processing
|
|
|
|
OPTFLAGS = -O0 -g
|
|
DEBUGFLAGS =
|
|
ADDITIONAL_DFLAGS = $(DEBUGFLAGS) -DNOVERSION -DINIT
|
|
USE_LIBBSD=T
|
|
USE_DISPLAY=init
|
|
|
|
include linux-common.mk
|