1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/document/libdom/Makefile
Witold Filipczyk 9a6edd69db [libdom] Possibility to build libcss code without ecmascript.
meson config option libcss enabled by default.
To enable libcss in elinks:
set document.css.libcss = 1
2023-05-15 19:13:38 +02:00

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