mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
e27596c5dc
|callback| will be applied to the cache object when the download of |uri| completes.
10 lines
276 B
Makefile
10 lines
276 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
INCLUDES += $(SPIDERMONKEY_CFLAGS)
|
|
|
|
OBJS = smjs.o core.o global_object.o hooks.o elinks_object.o cache_object.o \
|
|
view_state_object.o bookmarks.o keybinding.o load_uri.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|