mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 20:11:36 +00:00
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
# Options for Linux, Intel x86_64 and X-Window
|
|
|
|
GCC_CFLAGS := -m64 $(GCC_CFLAGS) -I/usr/local/include
|
|
CLANG_CFLAGS := -m64 $(CLANG_CFLAGS) -I/usr/local/include
|
|
USE_DISPLAY=sdl
|
|
USE_LIBBSD=F
|
|
XLDFLAGS := -L/usr/local/lib -lSDL2
|
|
|
|
include linux-common.mk
|