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:
parent
a9f70fd776
commit
1c382625fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user