mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
9a6edd69db
meson config option libcss enabled by default. To enable libcss in elinks: set document.css.libcss = 1
7 lines
164 B
Makefile
7 lines
164 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
OBJS = corestrings.o css.o doc.o mapa.obj renderer.o renderer2.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|