1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/main/Makefile
2005-10-20 04:00:35 +02:00

9 lines
195 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
OBJS-$(CONFIG_INTERLINK) += interlink.o
OBJS = event.o main.o module.o select.o timer.o version.o
include $(top_srcdir)/Makefile.lib