1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-02 03:46:21 -04:00
elinks/src/protocol/ftp/Makefile

7 lines
119 B
Makefile
Raw Normal View History

path_to_top=../../..
include $(path_to_top)/Makefile.config
OBJS = ftp.o parse.o
include $(path_to_top)/Makefile.lib