Commit 861b7f96 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated ed to 1.17

parent a43f5c33
all: all:
tar xf ed-1.16.tar.xz tar xf ed-1.17.tar.xz
cd ed-1.16 && ./configure --prefix=/usr cd ed-1.17 && ./configure --prefix=/usr
$(MAKE) -C ed-1.16 $(MAKE) -C ed-1.17
$(MAKE) -C ed-1.16 check $(MAKE) -C ed-1.17 check
$(MAKE) -C ed-1.16 install $(MAKE) -C ed-1.17 install
rm -rf ed-1.16 rm -rf ed-1.17
File added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment