1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/viewer/Makefile

8 lines
149 B
Makefile
Raw Normal View History

2005-10-19 22:00:35 -04:00
top_builddir=../..
include $(top_builddir)/Makefile.config
2005-09-16 07:33:43 -04:00
SUBDIRS = dump text
2023-11-25 08:13:10 -05:00
OBJS = action.o timer.o viewer.o
2005-09-16 07:33:43 -04:00
include $(top_srcdir)/Makefile.lib