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

Install the ELinks binary during make install.

This commit is contained in:
Petr Baudis 2005-09-17 20:37:23 +02:00
parent a9f70fd776
commit 1c382625fd

View File

@ -97,4 +97,7 @@ all-l: elinks
elinks: $(OBJS) $(ELINKSLIBS)
$(call cmd,link)
install-local:
$(INSTALL_PROGRAM) $(srcdir)/elinks $(DESTDIR)$(bindir)
include $(path_to_top)/Makefile.lib