mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
9 lines
294 B
Makefile
9 lines
294 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
INCLUDES += $(SPIDERMONKEY_CFLAGS)
|
|
|
|
OBJS = console.o document.o element.o form.o heartbeat.o implementation.o location.o \
|
|
localstorage.o localstorage-db.o navigator.o screen.o unibar.o window.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|