1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/protocol/file/Makefile

11 lines
169 B
Makefile
Raw Normal View History

path_to_top=../../..
include $(path_to_top)/Makefile.config
ifeq ($(CONFIG_CGI),yes)
cgiobj = cgi.o
endif
OBJS = file.o $(cgiobj)
include $(path_to_top)/Makefile.lib