mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
18 lines
242 B
Makefile
18 lines
242 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
INCLUDES += $(PYTHON_CFLAGS)
|
|
|
|
OBJS = \
|
|
core.o \
|
|
dialogs.o \
|
|
document.o \
|
|
hooks.o \
|
|
keybinding.o \
|
|
load.o \
|
|
menu.o \
|
|
open.o \
|
|
python.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|