1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/src/viewer/Makefile
2023-11-25 14:13:10 +01:00

8 lines
149 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
SUBDIRS = dump text
OBJS = action.o timer.o viewer.o
include $(top_srcdir)/Makefile.lib