mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-29 18:57:56 +00:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
# Options for Windows System for Linux v1, aarch64 processor, X windows, for INIT processing
|
|
|
|
OPTFLAGS = -O0 -g
|
|
DEBUGFLAGS =
|
|
ADDITIONAL_DFLAGS = $(DEBUGFLAGS) -DNOVERSION -DINIT -D__wsl1__
|
|
USE_LIBBSD=T
|
|
USE_DISPLAY=init
|
|
|
|
include linux-common.mk
|