Commit 5afce942 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated re2c to 2.1.1

parent 39efb9da
all:
tar xf re2c-2.0.3.tar.xz
cd re2c-2.0.3 && ./configure --prefix=/usr
$(MAKE) -C re2c-2.0.3
$(MAKE) -C re2c-2.0.3 check
$(MAKE) -C re2c-2.0.3 install
rm -rf re2c-2.0.3
tar xf re2c-2.1.1.tar.xz
cd re2c-2.1.1 && ./configure --prefix=/usr
$(MAKE) -C re2c-2.1.1
$(MAKE) -C re2c-2.1.1 check
$(MAKE) -C re2c-2.1.1 install
rm -rf re2c-2.1.1
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