1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/cookies/Makefile

10 lines
200 B
Makefile
Raw Normal View History

2005-09-16 02:53:54 +00:00
path_to_top=../..
include $(path_to_top)/Makefile.config
OBJS = cookies.o dialogs.o parser.o
parsetst: parser.o parsetst.o
$(call cmd,link) -L../util/libutil.a
include $(path_to_top)/Makefile.lib