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

10 lines
200 B
Makefile
Raw Normal View History

2005-09-15 22:53:54 -04: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