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

11 lines
144 B
Makefile
Raw Normal View History

2005-09-16 07:36:47 -04:00
path_to_top=../..
include $(path_to_top)/Makefile.config
SUBDIRS = backend
OBJS = \
dialogs.o \
mime.o
2005-09-16 07:36:47 -04:00
include $(path_to_top)/Makefile.lib