mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
8 lines
358 B
Makefile
8 lines
358 B
Makefile
top_builddir=../../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
OBJS = attr.o attributes.o collection.o console.o document.o element.o form.o forms.o heartbeat.o history.o implementation.o input.o \
|
|
keyboard.o localstorage.o location.o mapa.obj message.o navigator.o nodelist.o screen.o style.o unibar.o window.o xhr.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|