1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-20 08:18:29 +00:00
Files
Interlisp.maiko/bin/makefile-init-linux.x86_64

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