1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/viewer/Makefile

8 lines
151 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
OBJS = action.obj timer.o viewer.o
2005-09-16 07:33:43 -04:00
include $(top_srcdir)/Makefile.lib