mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
|
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
|