1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
elinks/src/main/Makefile
2023-11-27 15:08:20 +01: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