1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/src/document/libdom/Makefile
Witold Filipczyk a5d2119dbf [map] Reimplemented map as hash
Maybe it is slower, but C only.
2023-11-28 19:55:37 +01:00

7 lines
162 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS = corestrings.o css.o doc.o mapa.o renderer.o renderer2.o
include $(top_srcdir)/Makefile.lib