5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
include vm/Config.unix
|
||
|
PLAF_OBJS += vm/genunix.o
|
||
|
CFLAGS += -export-dynamic -pthread
|
||
|
LIBS = -ldl -lm $(X11_UI_LIBS)
|